소스 검색

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