From a533bc991fff72f71eec699d973c38a5777a64a8 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sun, 22 Apr 2012 20:10:50 +0530 Subject: [PATCH] endif close --- 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 352d252..c0beaf6 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    {% if has_next %} Next Page +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 %}