From c83cd910bf7d4c09de12a9c2289e4a9db97ce845 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Oct 31 2024 20:21:21 +0000 Subject: [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 --- diff --git a/roles/mailman3/files/base.html b/roles/mailman3/files/base.html deleted file mode 100644 index e6e625e..0000000 --- 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 %} -