From 3dc562f3c26917d1ab237178d1728c3703db4c0b Mon Sep 17 00:00:00 2001 From: Sanj Date: Sun, 22 Apr 2012 20:19:54 +0530 Subject: [PATCH] prev page bug --- manifests/templates/shipList.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/templates/shipList.html b/manifests/templates/shipList.html index 04d2819..7487c07 100644 --- a/manifests/templates/shipList.html +++ b/manifests/templates/shipList.html @@ -33,7 +33,7 @@ $(function() {
-No of results: {{ no_of_results }}   displaying page {{ page }} of {{ no_of_pages }}   Results per page: {{ page_size }}   {% if has_prev %} Previous Page {% endif %}   {% if has_next %} Next Page {% endif %} +No of results: {{ no_of_results }}   displaying page {{ page }} of {{ no_of_pages }}   Results per page: {{ page_size }}   {% if has_previous %} Previous Page {% endif %}   {% if has_next %} Next Page {% endif %}