Added Button for Habit suggestions.
This commit is contained in:
parent
5a68a2ef39
commit
6e84e6aeaf
@ -1,12 +1,18 @@
|
||||
{% extends 'layouts/main.html' %}
|
||||
|
||||
{% block content %}
|
||||
<h1>
|
||||
{% if (current_user.is_authenticated) %}<img class="avatar avatar-xl" src="{{user.profile_image}}"/>{% endif %}
|
||||
{{ title }}
|
||||
</h1>
|
||||
<h3>{{ utc_dt }}</h3>
|
||||
|
||||
<div class = "row">
|
||||
<div class="col">
|
||||
<h1>
|
||||
{% if (current_user.is_authenticated) %}<img class="avatar avatar-xl" src="{{user.profile_image}}"/>{% endif %}
|
||||
{{ title }}
|
||||
</h1>
|
||||
<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>
|
||||
#heatmap {
|
||||
@ -103,6 +109,7 @@
|
||||
{% include 'components/delete_list.html' %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script src="../static/script/script-index.js"></script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user