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

11 lines
474 B
HTML
Raw Normal View History

{% extends "base.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>
<p class="usa-body">If you have been invited to join Notify.gov, <a class="usa-link" href="{{ url_for('main.sign_in' )}}">sign in</a> to Notify.gov using your Login.gov account and try again.</p>
</div>
2016-01-07 15:48:29 +00:00
{% endblock %}
e