ProfouzorsLinx/templates/401.html

6 lines
79 B
HTML
Raw Normal View History

2015-09-29 05:46:43 +02:00
{% extends "base.html" %}
{% block content %}
2015-09-29 06:03:20 +02:00
401 Unauthorized
2015-09-29 05:46:43 +02:00
{% endblock %}