django/tests/csrf_tests/csrf_token_error_handler_urls.py
Florian Apolloner c4c128d67c Fixed #28488 -- Reallowed error handlers to access CSRF tokens.
Regression in eef95ea96faef0b7dbbe0c8092202b74f68a899b.
2017-09-20 16:22:18 -04:00

4 lines
75 B
Python

urlpatterns = []
handler404 = 'csrf_tests.views.csrf_token_error_handler'