Merge branch 'master' into taiste

This commit is contained in:
Théo DURR
2023-03-04 16:35:41 +01:00
8 changed files with 256 additions and 172 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):