Komentář k CSRF chybám
This commit is contained in:
parent
29b3271200
commit
0e24c1d9ad
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ from django.shortcuts import render
|
||||||
|
|
||||||
|
|
||||||
def csrf_error(request, reason):
|
def csrf_error(request, reason):
|
||||||
|
""" Jednoduchý „template_view“ (třída to být nesmůže) pro CSRF chyby """
|
||||||
return render(
|
return render(
|
||||||
request, 'various/403_csrf.html',
|
request, 'various/403_csrf.html',
|
||||||
{"url": request.META["HTTP_REFERER"], "reason": reason},
|
{"url": request.META["HTTP_REFERER"], "reason": reason},
|
||||||
|
|
Loading…
Reference in a new issue