Files
notifications-admin/app/templates/error/401.html
2016-01-07 15:54:05 +00:00

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 %}