diff --git a/templates/components/habit_lists.html b/templates/components/habit_lists.html index 832e9ea..a111a4a 100644 --- a/templates/components/habit_lists.html +++ b/templates/components/habit_lists.html @@ -129,7 +129,7 @@
{% if not habit.streak == 0 %} - {{ habit.streak }}20 🔥 + {{ habit.streak }} 🔥 {% endif %}
diff --git a/templates/index.html b/templates/index.html index e671e80..3729e63 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,13 +34,18 @@
+ {% if current_user.is_authenticated %} {% include 'components/heatmap.html' %} + {% endif %} + {% if current_user.is_authenticated %} {% include 'components/habit_lists.html' %} + {% endif %} - + {% if current_user.is_authenticated %} {% include 'components/delete_button.html' %} + {% endif %}