{% extends "base.html" %} {% comment %} Copyright 2014-2020 DeNova Last modified: 2020-10-06 {% endcomment %} {% load i18n custom %} {% block meta_keywords %} {% endblock meta_keywords %} {% block meta_description %} {% endblock meta_description %} {% block titlevar %} CSRF Verification Error {% endblock %} {% block body-content %} {% title %} {% if reason %} Unable to Submit Form: {{ reason }} {% else %} CSRF Verification Error {% endif %} {% endtitle %}
Do you allow cookies? If not, then please
CSRF verification is used to prevent a browser exploit. If you know a way to protect against CSRF that doesn't require cookies, please let us know.