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

11 lines
300 B
HTML
Raw Normal View History

2016-01-07 15:48:29 +00:00
{% 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 %}