Преглед изворни кода

Add empty posts message

master
Dylan Baker пре 3 година
родитељ
комит
b6d4c987a8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      templates/index.html

+ 1
- 1
templates/index.html Прегледај датотеку

@@ -4,6 +4,6 @@
4 4
 
5 5
 <div class="posts">
6 6
   {% for post in posts %} {{ components::post(post=post, type="index") }} {%
7
-  endfor %}
7
+  else %} No posts yet {% endfor %}
8 8
 </div>
9 9
 {% endblock %}

Loading…
Откажи
Сачувај