2016-02-01 12:15:38 +00:00
|
|
|
|
{% extends "withoutnav_template.html" %}
|
2019-12-03 11:24:35 +00:00
|
|
|
|
{% block per_page_title %}You’re not authorised to see this page{% endblock %}
|
2016-02-01 12:15:38 +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">
|
2019-12-03 11:24:35 +00:00
|
|
|
|
<h1>You’re not authorised to see this page</h1>
|
2020-05-29 17:11:01 +01:00
|
|
|
|
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.sign_in' )}}">Sign in</a> to GOV.UK Notify and try again.</p>
|
2016-02-01 12:15:38 +00:00
|
|
|
|
</div>
|
2016-01-07 15:48:29 +00:00
|
|
|
|
{% endblock %}
|