Fix typo
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ def list_view(request, *args, **kwargs):
|
||||
"filter_options": filter_options,
|
||||
}
|
||||
|
||||
return render(request, "kaehmy/kaehmy_list.html", context)
|
||||
return render(request, "kaehmy/list.html", context)
|
||||
|
||||
|
||||
@ensure_csrf_cookie
|
||||
|
||||
Reference in New Issue
Block a user