From d66d38aa50df44533ea8ba8347a9f4a8713eebf0 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Tue, 17 Mar 2020 16:10:26 +0300 Subject: image sizes correction; paginator style --- templates/weblog.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/weblog.html') diff --git a/templates/weblog.html b/templates/weblog.html index 88abf61..7a6038b 100644 --- a/templates/weblog.html +++ b/templates/weblog.html @@ -17,12 +17,12 @@ {% if paginator.number_pagers > 1 %}
{% if paginator.previous %} - First - Previous page: {{ paginator.current_index - 1 }} + First + Page {{ paginator.current_index - 1 }} {% endif %} {% if paginator.next %} - Next page: {{ paginator.current_index + 1 }} - Last + Page {{ paginator.current_index + 1 }} + Last {% endif %}
{% endif %} -- cgit v1.2.3