[templates] Fix missing Beer placeholder
This commit is contained in:
@ -105,6 +105,7 @@
|
|||||||
{% with scrobbles=Beer count=Beer_count time=Beer_time %}
|
{% with scrobbles=Beer count=Beer_count time=Beer_time %}
|
||||||
{% include "scrobbles/_scrobble_table.html" %}
|
{% include "scrobbles/_scrobble_table.html" %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
{% else %}
|
||||||
<p>No beer today</p>
|
<p>No beer today</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user