blob: e722dd32c10934d11b146939e46b1e1a99ce3cef (
plain) (
tree)
|
|
{% extends "base.html" %}
{% block title %}Forbidden (403){% endblock %}
{% block content %}
<h1>Forbidden (403)</h1>
<p>Sorry. You do not have permission to view this page.</p>
<p>CSRF verification failed. Request aborted.</p>
{% endblock content %}
|