Files
notifications-admin/app/templates/error/403.html
T

15 lines
364 B
HTML
Raw Normal View History

2016-02-19 16:38:04 +00:00
{% extends "withoutnav_template.html" %}
2018-07-10 11:26:07 +01:00
{% block per_page_title %}403{% endblock %}
2016-02-19 16:38:04 +00:00
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
403
</h1>
<p>
You do not have permission to view this page.
</p>
</div>
</div>
{% endblock %}