Clean-up templates
This commit is contained in:
+1
-1
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user