mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
11 lines
300 B
HTML
11 lines
300 B
HTML
{% extends "admin_template.html" %}
|
|
{% block page_title %}Unauthorized{% endblock %}
|
|
{% block fullwidth_content %}
|
|
<div class="grid-row">
|
|
<div class="column-two-thirds">
|
|
<h1>401</h1>
|
|
<p>You are not authorized to see this page.</p>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|