[templates] Fix some bugs and clean up list views

This commit is contained in:
2025-08-20 11:27:10 -04:00
parent af6c39fb85
commit 7a7edc6e47
6 changed files with 61 additions and 86 deletions

View File

@ -81,11 +81,12 @@
<p>No board games today</p>
{% endif %}
<h3><a href="{% url 'beers:beer_list' %}">Beers</a></h3>
{% if Beer %}
<h4>Beers</h4>
{% with scrobbles=Beer count=Beer_count time=Beer_time %}
{% include "scrobbles/_scrobble_table.html" %}
{% endwith %}
<p>No beer today</p>
{% endif %}
<h3><a href="{% url 'bricksets:brickset_list' %}">Brick sets</a></h3>