From b965666c2d7d3d58abec388787af79e8e9403e4d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 23 Jun 2022 23:46:31 +0200 Subject: [PATCH] fix catalog view not working while logged-out --- files/templates/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/default.html b/files/templates/default.html index eb66f776f..bb27b703d 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 %}