view templates/403.html @ 35:290dd9208cc4

Implement editing user profiles and fix bugs related to the login/logout buttons. Implement 403 exception
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Mon, 05 Jul 2010 00:31:20 -0500
parents
children eb3371142f4f
line wrap: on
line source

{% extends "whitebox.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 %}