From ea7058e89603b3298c29c9bef748b6c5d619acc1 Mon Sep 17 00:00:00 2001 From: pthiben Date: Sat, 18 Apr 2020 22:57:25 -0400 Subject: [PATCH] Update button lables: it seems strange to click on 'Grid' to get the list view and vice versa --- cps/templates/grid.html | 2 +- cps/templates/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cps/templates/grid.html b/cps/templates/grid.html index b9ee4324..730b9e94 100644 --- a/cps/templates/grid.html +++ b/cps/templates/grid.html @@ -19,7 +19,7 @@ {% endfor %} - + {% if entries[0] %} diff --git a/cps/templates/list.html b/cps/templates/list.html index eee32d02..2a25085d 100644 --- a/cps/templates/list.html +++ b/cps/templates/list.html @@ -20,7 +20,7 @@ {% if title == "Series list" %} - + {% endif %}