fix template block syntax
[django-migdal.git] / migdal / templates / migdal / entry / entry_list.html
index 3585adb..8657121 100644 (file)
@@ -5,7 +5,7 @@
 {% load migdal_tags %}
 
 
-{% block "body" %}
+{% block body %}
 
 {% if category %}
     <h1>{% trans "Category" %}: {{ category }}
@@ -45,6 +45,9 @@
     </p>
 {% endif %}
 
+{% if not object_list %}
+   <p class="warning">{% trans "Work in progress." %}</p>
+{% endif %}
 
 {% autopaginate object_list 10 %}
 {% for object in object_list %}