diff --git a/templates/components/habit_lists.html b/templates/components/habit_lists.html index bddfd67..1643dbd 100644 --- a/templates/components/habit_lists.html +++ b/templates/components/habit_lists.html @@ -115,12 +115,22 @@ {% endif %} {% else %} -
+
+
+
+ {% for user in habit_list.get_users() %} + {% if current_user.id != user.id %} + + {% endif %} + {% endfor %} +
+ {% endif %}