From 69ecb4640f873a95d457356ea3de77381c1dce2f Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Fri, 1 Jan 2021 17:01:38 +0100 Subject: [PATCH] Fix something that seemed to work anyway --- mood/templates/mood/status_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mood/templates/mood/status_view.html b/mood/templates/mood/status_view.html index 7398d9c..4e507c4 100644 --- a/mood/templates/mood/status_view.html +++ b/mood/templates/mood/status_view.html @@ -42,7 +42,7 @@
- {% for activity in status.statusactivity_set.all %} + {% for activity in object.statusactivity_set.all %}