linx-server/templates/401.html

6 lines
79 B
HTML
Raw Normal View History

2015-09-28 23:46:43 -04:00
{% extends "base.html" %}
{% block content %}
2015-09-29 00:03:20 -04:00
401 Unauthorized
2015-09-28 23:46:43 -04:00
{% endblock %}