From 272ce5e010696e25aa13ea42ebb5a23eb320ae7b Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 30 Jan 2022 23:01:02 +1100 Subject: [PATCH] remove SetViewingOptions, as its not needed any more, search gets values from pa_user table --- templates/base.html | 46 +-------------------------------------------- 1 file changed, 1 insertion(+), 45 deletions(-) diff --git a/templates/base.html b/templates/base.html index b7f6686..23e9f53 100644 --- a/templates/base.html +++ b/templates/base.html @@ -103,12 +103,7 @@ -
- - - - - +
@@ -160,45 +155,6 @@ {% endblock main_content %} {% if not InDBox %} - {%block script_content %}{% endblock script_content %}