mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-12 22:44:09 -05:00
10 lines
471 B
HTML
10 lines
471 B
HTML
{% extends "withoutnav_template.html" %}
|
||
{% block per_page_title %}You’re not authorised to see this page{% endblock %}
|
||
{% block maincolumn_content %}
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-grid-column-two-thirds">
|
||
<h1>You’re not authorised to see this page</h1>
|
||
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.sign_in' )}}">Sign in</a> to U.S. Notify and try again.</p>
|
||
</div>
|
||
{% endblock %}
|