{% extends 'errors/base.html' %}
{% block title %}403 Forbidden{% endblock %}
{% block image %}
{% endblock %}
{% block text %}
{% if exception.description != exception.__class__.description %}
{{exception.description | safe}}
{% else %}
You don't have the permission to access the requested resource. It is either read-protected or write-protected.
{% endif %}
{% endblock %}
{% block contact_line %}
If you think you should be able to perform this action, please contact one of the admins:
{% endblock %}