From 5f7df695ac6dd9ccc5444a8fc20fa8d97196953e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 3 Jun 2012 22:49:27 +0200 Subject: Change next/previous links --- aggregator/templates/aggregator/posts.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/aggregator/templates/aggregator/posts.html b/aggregator/templates/aggregator/posts.html index 14b3eda..b70cb0d 100644 --- a/aggregator/templates/aggregator/posts.html +++ b/aggregator/templates/aggregator/posts.html @@ -23,21 +23,21 @@
{% if list.has_previous %} - + id="previous">[previous] + {% endif %} + + {{ list.number }} / {{ list.paginator.num_pages }} + + {% if list.has_next %} - + id="next">[next] + {% endif %} - -
- {{ list.number }} / {{ list.paginator.num_pages }} -
{% endblock %} -- cgit v1.2.3-54-g00ecf