From 55abb8bd724ded83da186ea56440d136ec1b0f58 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 9 Jul 2022 09:43:36 +0200 Subject: [PATCH] fix button highlighting in search --- files/templates/search.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/files/templates/search.html b/files/templates/search.html index fa044f8d5..5816d1e8d 100644 --- a/files/templates/search.html +++ b/files/templates/search.html @@ -9,7 +9,7 @@ {% block PseudoSubmitForm %}{% endblock %} {% block navbar %} - {% if not '/users/' in request.path %} + {% if not '/users' in request.path %}
@@ -95,7 +95,7 @@ -{% if not '/users/' in request.path %} +{% if not '/users' in request.path %}
@@ -131,13 +131,13 @@