From 1902be002029baf09a5d0e2b980f46a34510182c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a?= Date: Fri, 12 Oct 2018 12:48:18 +0300 Subject: fix for dynamic load with no posts to show --- weblog/templates/weblog/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'weblog/templates') diff --git a/weblog/templates/weblog/index.html b/weblog/templates/weblog/index.html index 9568e9d..0f8d79a 100755 --- a/weblog/templates/weblog/index.html +++ b/weblog/templates/weblog/index.html @@ -116,6 +116,7 @@ {% else %}

{% trans 'Nothing has been posted yet.' %}

{% endif %} + {% if last_page > 1 %} {% if dynamic_load %} {% endif %} + {% endif %} {% endblock %} -- cgit v1.2.3