view templates/403.html @ 170:3be23e2e8fe7

Use correct template for bundle explore page
author dellsystem <ilostwaldo@gmail.com>
date Sat, 20 Oct 2012 00:20:22 -0400
parents eb3371142f4f
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 %}