vbv/server/vbv_lernwelt/templates/403.html

8 lines
197 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Forbidden (403)</h1>
<p>{% if exception %}{{ exception }}{% else %}You're not allowed to access this page.{% endif %}</p>
{% endblock content %}