diff --git a/templates/components/habit_lists.html b/templates/components/habit_lists.html index 867d2df..856dd62 100644 --- a/templates/components/habit_lists.html +++ b/templates/components/habit_lists.html @@ -92,7 +92,7 @@ {% for user in habit_list.get_users() %} {% if current_user.id != user.id %} + title="{{user.name}}" alt=""/> {% endif %} {% endfor %} @@ -101,12 +101,11 @@
- - - - + +
{% else %}
@@ -131,9 +130,9 @@
+ + id="{{ habit.id }}" onclick="sendPostRequest('{{ habit.id }}')">
@@ -189,13 +188,13 @@