diff --git a/mood/templates/mood/status_edit.html b/mood/templates/mood/status_edit.html index 69c6758..70a2863 100644 --- a/mood/templates/mood/status_edit.html +++ b/mood/templates/mood/status_edit.html @@ -79,14 +79,13 @@ {{ activitycategory.name }}

{% for activity in activitycategory.activity_set.all|dictsort:"name" %} - {% if not activity.hidden %} +

{{ activity }} -
- {% endif %} +

{% endfor %} {% endfor %} {% other_activities as activities %}