Files
notifications-admin/app/templates/error/403.html
Adam Shimali fc01735d70 Removed some un needed flash messages raised as bugs.
In the process found a couple of edge cases of incorrect
use of invitation links by other users which are now
handled.
2016-03-31 09:44:01 +01:00

15 lines
366 B
HTML

{% extends "withoutnav_template.html" %}
{% block page_title %}Forbidden{% endblock %}
{% 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 %}