fix template block syntax
[django-migdal.git] / migdal / templates / migdal / entry / entry_list.html
index e144533..8657121 100644 (file)
@@ -5,7 +5,7 @@
 {% load migdal_tags %}
 
 
-{% block "body" %}
+{% block body %}
 
 {% if category %}
     <h1>{% trans "Category" %}: {{ category }}
 
 {% if submit %}
     <p class="submit-link">
-    <a href="{% url 'migdal_submit' %}">{% trans "Submit a new story, create Culture's Right with us!" %}</a>
+    <a href="{% url 'migdal_submit' %}">{% trans "Submit a new story, create Right to Culture with us!" %}</a>
     </p>
 {% endif %}
 
+{% if not object_list %}
+   <p class="warning">{% trans "Work in progress." %}</p>
+{% endif %}
 
 {% autopaginate object_list 10 %}
 {% for object in object_list %}
@@ -52,4 +55,4 @@
 {% endfor %}
 {% prevnext %}
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}