12 lines
174 B
HTML
12 lines
174 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="page-header">
|
|
<h2>Unauthorized</h2>
|
|
</div>
|
|
|
|
<p>You are not authorized to view that resource.</p>
|
|
|
|
{% endblock %}
|