Преглед на файлове

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