Clean-up templates

This commit is contained in:
Aarni Halinen
2022-08-03 22:57:19 +03:00
parent f51d71e045
commit 30f59c36fb
24 changed files with 28 additions and 419 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ def comment(request, *args, **kwargs):
return redirect("/kaehmy")
else:
context = {"error": form.errors}
return render(request, "kaehmy/kaehmy_error.html", context)
return render(request, "kaehmy/error.html", context)
@require_http_methods(["GET"])