10 lines
171 B
HTML
Raw Normal View History

2015-02-08 19:38:01 +01:00
{% extends "errorpage.html" %}
{% block error %}
2015-02-08 19:25:10 +01:00
<h1>403 Forbidden</h1>
Sorry, this is not allowed (for you).
2015-02-08 19:38:01 +01:00
If you did not log in yet, try logging in.
{% endblock %}