This commit is contained in:
Jonas Havelka 2023-10-09 22:14:27 +02:00
parent 0e24c1d9ad
commit 68d51a0bf1

View file

@ -5,7 +5,7 @@ from django.shortcuts import render
def csrf_error(request, reason):
""" Jednoduchý „template_view“ (třída to být nesmůže) pro CSRF chyby """
""" Jednoduchý „template_view“ (třída to být nemůže) pro CSRF chyby """
return render(
request, 'various/403_csrf.html',
{"url": request.META["HTTP_REFERER"], "reason": reason},