mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
Update 403 error content
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
{% extends "withoutnav_template.html" %}
|
{% extends "withoutnav_template.html" %}
|
||||||
{% block per_page_title %}403{% endblock %}
|
{% block per_page_title %}You are not allowed to see this page – GOV.UK Notify{% endblock %}
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-two-thirds">
|
<div class="column-two-thirds">
|
||||||
<h1 class="heading-large">
|
<h1 class="heading-large">
|
||||||
403
|
You are not allowed to see this page
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
You do not have permission to view this page.
|
To check your permissions, speak to a member of your team who can manage settings, team and usage.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user