{% 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 %}
🛡️ 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!
Cross-Site Request Forgery protection is working as intended
Error: CSRF token validation failed
Protection: Cross-Site Request Forgery (CSRF) middleware
Solution: Refresh page to obtain new security token