view templates/403.html @ 186:ff9c95239c3a

Change order of some fields in bundle upload form Switched free_license and octave_format
author dellsystem <ilostwaldo@gmail.com>
date Sat, 27 Oct 2012 16:25:19 -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 %}