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

10 lines
275 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
2016-01-07 15:48:29 +00:00
{% block page_title %}Unauthorized{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1>401</h1>
<p>You are not authorized to see this page.</p>
</div>
2016-01-07 15:48:29 +00:00
{% endblock %}