mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-09 21:04:14 -05:00
10 lines
413 B
HTML
10 lines
413 B
HTML
{% extends "withoutnav_template.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"><a class="usa-link" href="{{ url_for('main.sign_in' )}}">Sign in</a> to Notify.gov and try again.</p>
|
||
</div>
|
||
{% endblock %}
|