2016-02-19 16:38:04 +00:00
|
|
|
|
{% extends "withoutnav_template.html" %}
|
2019-12-03 11:26:04 +00:00
|
|
|
|
{% block per_page_title %}You’re not allowed to see this page{% endblock %}
|
2016-02-19 16:38:04 +00:00
|
|
|
|
{% block maincolumn_content %}
|
2020-02-19 11:57:15 +00:00
|
|
|
|
<div class="govuk-grid-row">
|
2020-02-19 12:36:02 +00:00
|
|
|
|
<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
|
|
|
|
You’re not allowed to see this page
|
2016-02-19 16:38:04 +00:00
|
|
|
|
</h1>
|
2020-05-29 17:11:01 +01:00
|
|
|
|
<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 %}
|