summaryrefslogtreecommitdiff
path: root/templates/403.html
blob: a13cd61da369ea20d131a4b42fe3616e60f8162f (plain)
1
2
3
4
5
6
7
8
9
{%extends "base/page.html"%}
{%block title%}Forbidden{%endblock%}
{%block contents%}
<h1>Forbidden</h1>

<p>
{%if exception%}{{exception}}{%else%}Forbidden{%endif%}
</p>
{%endblock%}