view templates/403.html @ 90:eb3371142f4f

Remove inheriting from whitebox.djhtml for template files
author dellsystem <ilostwaldo@gmail.com>
date Fri, 24 Aug 2012 23:48:14 -0400
parents 290dd9208cc4
children
line wrap: on
line source

{% extends "base.djhtml" %}

{% block title %}
Access denied
{% endblock %}

{% block boxtitle %}
Access denied
{% endblock %}

{% block boxcontents %}
<p>
  You requested access to a portion of Agora for which you don't have
  permission. If you believe this is a mistake, please let us know.
</p>
{% endblock %}