{% extends "base.html" %} {% comment %} Copyright 2022-2023 TopDevPros Last modified: 2023-05-17 {% endcomment %} {% load i18n custom %} {% block meta_keywords %} {% endblock meta_keywords %} {% block meta_description %} {% endblock meta_description %} {% block title %} CSRF Verification Error {% endblock %} {% block 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.