{% extends '40x.html' %}
{% block title %}Invalid Form Submission{% endblock %}
{% block icon %}{% endblock %}
{% block message %}
CSRF failure has occurred.
There was a problem with your request. Please contact an administrator.
The reason for failure is provided below:
{{ reason }}
Python version: {{ python_version }} Nautobot version: {{ nautobot_version }}
If further assistance is required, please join the #nautobot channel on Network to Code's Slack community and post your question.
{% endblock %}