django/tests/csrf_tests/csrf_token_error_handler_urls.py
Florian Apolloner 42847327d1 [1.11.x] Fixed #28488 -- Reallowed error handlers to access CSRF tokens.
Regression in eef95ea96faef0b7dbbe0c8092202b74f68a899b.

Backport of c4c128d67c7dc2830631c6859a204c9d259f1fb1 from master
2017-09-20 16:32:24 -04:00

4 lines
75 B
Python

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