From 7301fb09c6bd9212de59ddede60fe2b479f0a716 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 3 Mar 2024 03:56:51 +0200 Subject: [PATCH] remove or True --- files/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/home.html b/files/templates/home.html index a150e736b..522559fa4 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -101,7 +101,7 @@ {% block PseudoSubmitForm %}{% endblock %} {% block content %} - {% if (SITE_NAME == 'WPD' and listing) or True %} + {% if SITE_NAME == 'WPD' and listing %} {{macros.pagination("pl-1 py-0")}} {% endif %}