view templates/403.html @ 195:baf8776dc44d

added code for the integration of comment system into bundles and snippets. database sync must be run so that necessary tables is created for the comments to work properly.
author ahsanalishahid <ahsan.ali.shahid@gmail.com>
date Tue, 02 Jul 2013 02:09:21 +0500
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 %}