mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
In the process found a couple of edge cases of incorrect use of invitation links by other users which are now handled.
15 lines
366 B
HTML
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 %}
|