mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
11 lines
474 B
HTML
11 lines
474 B
HTML
{% extends "base.html" %}
|
||
{% block per_page_title %}You’re not authorised to see this page{% endblock %}
|
||
{% block maincolumn_content %}
|
||
<div class="grid-row">
|
||
<div class="grid-col-8">
|
||
<h1>You’re 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>
|
||
{% endblock %}
|
||
e
|