symposion_app/symposion/templates/reviews/access_not_permitted.html

11 lines
256 B
HTML
Raw Normal View History

2012-08-14 07:49:57 +00:00
{% extends "reviews/base.html" %}
{% block body %}
<h1>Access Not Permitted</h1>
<p>
Sorry, you do not have permission to access this page. If you
believe this is a bug, please contact us immediately.
</p>
{% endblock %}