X-Git-Url: https://git.mdrn.pl/django-migdal.git/blobdiff_plain/734cd58d3f12c5397b42c1ae122c947500386014..2c99167266c1be5545880dc2ee2b1a0c741fddc7:/migdal/templates/migdal/entry/entry_list.html diff --git a/migdal/templates/migdal/entry/entry_list.html b/migdal/templates/migdal/entry/entry_list.html index e144533..8657121 100644 --- a/migdal/templates/migdal/entry/entry_list.html +++ b/migdal/templates/migdal/entry/entry_list.html @@ -5,7 +5,7 @@ {% load migdal_tags %} -{% block "body" %} +{% block body %} {% if category %}

{% trans "Category" %}: {{ category }} @@ -41,10 +41,13 @@ {% if submit %} {% endif %} +{% if not object_list %} +

{% trans "Work in progress." %}

+{% endif %} {% autopaginate object_list 10 %} {% for object in object_list %} @@ -52,4 +55,4 @@ {% endfor %} {% prevnext %} -{% endblock %} \ No newline at end of file +{% endblock %}