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 @@