mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-28 11:49:13 -04:00
User permissions added with test.
This commit is contained in:
14
app/templates/error/403.html
Normal file
14
app/templates/error/403.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "withoutnav_template.html" %}
|
||||
{% block page_title %}Page not found{% 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 %}
|
||||
Reference in New Issue
Block a user