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

10 lines
413 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
2019-12-03 11:24:35 +00:00
{% block per_page_title %}Youre not authorised to see this page{% endblock %}
{% 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>Youre 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>
</div>
2016-01-07 15:48:29 +00:00
{% endblock %}