From b41bd41a5406a20ad674cab65a2000336f7658ec Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Wed, 3 Aug 2022 23:11:49 +0300 Subject: [PATCH] Fix typo --- kaehmy/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaehmy/views.py b/kaehmy/views.py index 7d111f2..1020936 100644 --- a/kaehmy/views.py +++ b/kaehmy/views.py @@ -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