[templates] Fix missing Beer placeholder

This commit is contained in:
2025-09-23 00:43:49 -04:00
parent 0b4537b7ed
commit a5606951c5

View File

@ -105,6 +105,7 @@
{% with scrobbles=Beer count=Beer_count time=Beer_time %}
{% include "scrobbles/_scrobble_table.html" %}
{% endwith %}
{% else %}
<p>No beer today</p>
{% endif %}