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

15 lines
521 B
HTML
Raw Normal View History

2016-02-19 16:38:04 +00:00
{% extends "withoutnav_template.html" %}
2019-12-03 11:26:04 +00:00
{% block per_page_title %}Youre not allowed to see this page{% endblock %}
2016-02-19 16:38:04 +00:00
{% block maincolumn_content %}
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
2016-02-19 16:38:04 +00:00
<h1 class="heading-large">
2019-12-03 11:26:04 +00:00
Youre not allowed to see this page
2016-02-19 16:38:04 +00:00
</h1>
<p class="govuk-body">
2019-11-11 08:57:09 +00:00
To check your permissions, speak to a member of your team who can manage settings, team and usage.
2016-02-19 16:38:04 +00:00
</p>
</div>
</div>
{% endblock %}