Přesun csrf_error

This commit is contained in:
Jonas Havelka 2024-08-04 17:01:44 +02:00
parent 9920465f99
commit 0cab9a8286
3 changed files with 1 additions and 1 deletions

View file

@ -54,7 +54,7 @@ SESSION_EXPIRE_AT_BROWSER_CLOSE = True
DOBA_ODHLASENI_PRI_ZASKRTNUTI_NEODHLASOVAT = 365 * 24 * 3600 # rok
# View pro chybu s CSRF tokenem (např. se sušenkami)
CSRF_FAILURE_VIEW = 'various.views.csrf_error'
CSRF_FAILURE_VIEW = 'various.views.csrf.csrf_error'
# Modules configuration

View file