浏览代码

[templates] Fix missing Beer placeholder

Colin Powell 3 周之前
父节点
当前提交
a5606951c5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      vrobbler/templates/scrobbles/_last_scrobbles.html

+ 1 - 0
vrobbler/templates/scrobbles/_last_scrobbles.html

@@ -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 %}