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 %} -
- - - - - - {% compress js %} -