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 %}
|
2023-08-23 16:18:25 -04:00
|
|
|
|
<div class="grid-row">
|
|
|
|
|
|
<div class="grid-col-8">
|
2023-08-25 15:31:44 -04:00
|
|
|
|
<h1>You’re not authorized to see this page</h1>
|
2023-08-25 11:49:13 -04:00
|
|
|
|
<p class="usa-body"><a class="usa-link" href="{{ url_for('main.sign_in' )}}">Sign in</a> to Notify.gov and try again.</p>
|
2016-02-01 12:15:38 +00:00
|
|
|
|
</div>
|
2016-01-07 15:48:29 +00:00
|
|
|
|
{% endblock %}
|