ProfouzorsLinx/templates/401.html

8 lines
103 B
HTML
Raw Permalink Normal View History

2015-09-29 05:46:43 +02:00
{% extends "base.html" %}
{% block content %}
2015-10-15 02:35:43 +02:00
<div id="main">
401 Unauthorized
</div>
2015-09-29 05:46:43 +02:00
{% endblock %}