From 82e563cab65fe1fa52b509accda720964921b5b9 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Tue, 29 Dec 2020 19:25:05 +0100 Subject: [PATCH] Fix wrong variable use --- mood/templates/mood/status_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mood/templates/mood/status_edit.html b/mood/templates/mood/status_edit.html index b6bf028..341a7c1 100644 --- a/mood/templates/mood/status_edit.html +++ b/mood/templates/mood/status_edit.html @@ -27,7 +27,7 @@ {% for mood in request.user.mood_set.all|dictsort:"value" %} - + {% endfor %}