diff --git a/templates/news/list.html b/templates/news/list.html index 5773914e..57309bd1 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -60,6 +60,7 @@
+ {% if entry_list %}
    {% for entry in entry_list %}
  1. @@ -118,6 +119,9 @@
  2. {% endfor %}
+ {% else %} +

No news items were found.

+ {% endif %}
{% endblock %}