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 %}