diff options
Diffstat (limited to 'weblog')
-rwxr-xr-x | weblog/templates/weblog/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 %}
<div class="text-center"><h3>{% trans 'Nothing has been posted yet.' %}</h3></div>
{% endif %}
+ {% if last_page > 1 %}
{% if dynamic_load %}
<script>
var current_page = {{ current_page }};
@@ -172,4 +173,5 @@ {% endif %}
</script>
{% endif %}
+ {% endif %}
{% endblock %}
|