diff --git a/files/templates/default.html b/files/templates/default.html index eb66f776f2..bb27b703da 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -45,7 +45,7 @@ {% endif %} - {% if request.path == '/catalog' %} + {% if request.path.endswith('/catalog') %} {% endif %}