{% extends "_base.html" %} {% block title %}Security Validation Failed{% endblock %} {% block extra_animations %} 'shield-pulse': 'shieldPulse 2s ease-in-out infinite', 'warning-flash': 'warningFlash 1s ease-in-out infinite', 'glow': 'glow 2s ease-in-out infinite alternate', {% endblock %} {% block extra_keyframes %} shieldPulse: { '0%, 100%': { transform: 'scale(1)', opacity: '0.8' }, '50%': { transform: 'scale(1.05)', opacity: '1' }, }, warningFlash: { '0%, 100%': { opacity: '1' }, '50%': { opacity: '0.5' }, }, glow: { '0%': { boxShadow: '0 0 20px rgba(239, 68, 68, 0.3)' }, '100%': { boxShadow: '0 0 30px rgba(239, 68, 68, 0.6)' }, }, {% endblock %} {% block background %}
{% endblock %} {% block content %}

Security Validation Failed

🛡️ Our security system detected an issue with your request

This usually happens when your security token has expired or is missing. Don't worry - this is our way of keeping your data safe!

CSRF PROTECTION ACTIVE

Cross-Site Request Forgery protection is working as intended

What should I do?

1. Refresh this page to get a new security token
2. Try your action again
3. If the problem persists, clear your browser cache
{{ back_label }}
Technical Details

Error: CSRF token validation failed

Protection: Cross-Site Request Forgery (CSRF) middleware

Solution: Refresh page to obtain new security token

{% endblock %} {% block floating_elements %}
{% endblock %}