backend/image_markuper/templates/403.html
Alexander-D-Karpov 8d9d0697da inited django
2022-10-25 23:29:13 +03:00

10 lines
245 B
HTML

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