13 lines
190 B
HTML
13 lines
190 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="page-header">
|
|
<h1>
|
|
Permission denied
|
|
</h1>
|
|
</div>
|
|
|
|
<p>Sorry, you are not allowed to access this page.</p>
|
|
|
|
{% endblock %}
|