Co-authored-by: Skia <florent.jacquet@eshard.com>
This commit is contained in:
Skia
2023-03-02 15:11:23 +01:00
committed by GitHub
parent 73305c0b28
commit b7f20fed6c
33 changed files with 2030 additions and 750 deletions

View File

@ -72,7 +72,9 @@ def forbidden(request, exception):
def not_found(request, exception):
return HttpResponseNotFound(render(request, "core/404.jinja"))
return HttpResponseNotFound(
render(request, "core/404.jinja", context={"exception": exception})
)
def internal_servor_error(request):