From c83cd910bf7d4c09de12a9c2289e4a9db97ce845 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 17 Oct 2024 15:12:19 +0200 Subject: [PATCH] [mailman3] Remove the search restriction from hyperkitty The list search index generation is finished now and this should re-enable the search on hyperkitty web page again. This should fix both https://pagure.io/fedora-infrastructure/issue/12027 and https://pagure.io/fedora-infrastructure/issue/12043 Signed-off-by: Michal Konecny --- roles/mailman3/files/base.html | 249 -------------------- roles/mailman3/tasks/main.yml | 12 - roles/mailman3/templates/mailmanweb.conf.j2 | 4 - 3 files changed, 265 deletions(-) delete mode 100644 roles/mailman3/files/base.html diff --git a/roles/mailman3/files/base.html b/roles/mailman3/files/base.html deleted file mode 100644 index e6e625ee68..0000000000 --- a/roles/mailman3/files/base.html +++ /dev/null @@ -1,249 +0,0 @@ -{% load i18n %} -{% load compress %} -{% load static %} -{% load hk_generic %} - - - - - - - {% block head_title %}{{ site_name }}{% endblock %} - - - - - - {% compress css %} - - - - - {% endcompress %} - {% block additional_stylesheets %} {% endblock %} - {% block head_feed %}{% endblock %} - {% include 'hyperkitty/headers.html' %} - - - - - {% include 'hyperkitty/top.html' %} - - - - {% if messages %} -
- {% for msg in messages %} -
- - -
- {% endfor %} -
- {% endif %} - - - -
- {% block content %} {% endblock %} -
- -
-
-

- {% trans 'Powered by' %} HyperKitty {% trans 'version' %} {{ HYPERKITTY_VERSION }}. -

-
-
- - - - {% compress js %} -