From ec1b87865c443a9b8e5fce65d462531c6dbed4ea Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 19 May 2018 18:04:05 +0200 Subject: [PATCH] hotfix paging list-workouts --- rowers/templates/list_workouts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html index 68fbd8a1..1efc9586 100644 --- a/rowers/templates/list_workouts.html +++ b/rowers/templates/list_workouts.html @@ -318,9 +318,9 @@ {% if workouts.has_next %} {% if request.GET.q %} - > + > {% else %} - > + > {% endif %} {% endif %}