linx-server/templates/401.html

8 lines
103 B
HTML
Raw Permalink Normal View History

2015-09-28 23:46:43 -04:00
{% extends "base.html" %}
{% block content %}
2015-10-14 20:35:43 -04:00
<div id="main">
401 Unauthorized
</div>
2015-09-28 23:46:43 -04:00
{% endblock %}