add in_stream Entry property,
[django-migdal.git] / migdal / templates / migdal / entry / entry_list.html
index 3585adb..0dda2e8 100644 (file)
@@ -45,6 +45,9 @@
     </p>
 {% endif %}
 
     </p>
 {% endif %}
 
+{% if not object_list %}
+   <p class="warning">{% trans "Work in progress." %}</p>
+{% endif %}
 
 {% autopaginate object_list 10 %}
 {% for object in object_list %}
 
 {% autopaginate object_list 10 %}
 {% for object in object_list %}