{% extends "base.html" %} {% load i18n %} {% block toolbar %}{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %}403 - Access denied :({% endblock %} {% block title %}403 - Access denied :({% endblock %} {% block content %}
Sorry mate. Seems like you don't have access. to this page.
{% if exception %} {{ exception.username }} needs to be part of {{ exception.access_required }} {% if exception.path %} to access {{ exception.path }} {% endif %} {% endif %} This is a work in progress! So if you are having problems, here are a few pointers: {% endblock content %}