ponytracker/templates/403.html
2014-09-02 22:54:24 -07:00

13 lines
196 B
HTML

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