Removed habittracker content when not logged in
This commit is contained in:
parent
9fdbef1b7d
commit
6337eaff81
@ -34,13 +34,18 @@
|
||||
|
||||
<div class="d-md-flex gap-3">
|
||||
|
||||
{% 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 %}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user