Added Button for Habit suggestions.
This commit is contained in:
parent
5a68a2ef39
commit
6e84e6aeaf
@ -1,12 +1,18 @@
|
|||||||
{% extends 'layouts/main.html' %}
|
{% extends 'layouts/main.html' %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class = "row">
|
||||||
|
<div class="col">
|
||||||
<h1>
|
<h1>
|
||||||
{% if (current_user.is_authenticated) %}<img class="avatar avatar-xl" src="{{user.profile_image}}"/>{% endif %}
|
{% if (current_user.is_authenticated) %}<img class="avatar avatar-xl" src="{{user.profile_image}}"/>{% endif %}
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</h1>
|
</h1>
|
||||||
<h3>{{ utc_dt }}</h3>
|
<h3>{{ utc_dt }}</h3>
|
||||||
|
</div>
|
||||||
|
<div class="col-2">
|
||||||
|
<a href="https://anti-stress-team.de/blog/selbstmanagement/80-spannende-ideen-fuer-deinen-habit-tracker/" role="button" class="btn btn-discovery">Beliebte Habits</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#heatmap {
|
#heatmap {
|
||||||
@ -103,6 +109,7 @@
|
|||||||
{% include 'components/delete_list.html' %}
|
{% include 'components/delete_list.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../static/script/script-index.js"></script>
|
<script src="../static/script/script-index.js"></script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user