Compare commits
No commits in common. "817ef7f683b130b7a1ff82b61c6ff3319c147bc9" and "66aabf697c39657e42f6c3546ae992342d9f513f" have entirely different histories.
817ef7f683
...
66aabf697c
@ -1,18 +1,12 @@
|
||||
{% extends 'layouts/main.html' %}
|
||||
|
||||
{% 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 %}
|
||||
{{ 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>
|
||||
</h1>
|
||||
<h3>{{ utc_dt }}</h3>
|
||||
|
||||
|
||||
<style>
|
||||
#heatmap {
|
||||
@ -109,7 +103,6 @@
|
||||
{% include 'components/delete_list.html' %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script src="../static/script/script-index.js"></script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user