[templates] Move moods around
This commit is contained in:
@ -25,6 +25,15 @@
|
|||||||
<p>No food today</p>
|
<p>No food today</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<h3><a href="{% url 'moods:mood_list' %}">Moods</a></h3>
|
||||||
|
{% if Mood %}
|
||||||
|
{% with scrobbles=Mood count=Mood_count time=Mood_time %}
|
||||||
|
{% include "scrobbles/_scrobble_table.html" %}
|
||||||
|
{% endwith %}
|
||||||
|
{% else %}
|
||||||
|
<p>No moods felt today </p>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md">
|
<div class="col-md">
|
||||||
|
|
||||||
@ -135,14 +144,5 @@
|
|||||||
<p>No locations visited today</p>
|
<p>No locations visited today</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<h3><a href="{% url 'moods:mood_list' %}">Moods</a></h3>
|
|
||||||
{% if Mood %}
|
|
||||||
{% with scrobbles=Mood count=Mood_count time=Mood_time %}
|
|
||||||
{% include "scrobbles/_scrobble_table.html" %}
|
|
||||||
{% endwith %}
|
|
||||||
{% else %}
|
|
||||||
<p>No moods felt today </p>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user