From 5465b8e8b7ee0d955a5226c11c5490f9a6391187 Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Fri, 28 Jul 2017 07:37:25 -0700 Subject: [PATCH] Add "Previous" pagination button I imagine these buttons are still in use when JavaScript is disabled or not loading. --- cps/templates/layout.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 4f55631e..f1c40254 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -181,6 +181,10 @@ {% block body %}{% endblock %} {% if pagination and (pagination.has_next or pagination.has_prev) %} {% endif %}