diff --git a/templates/mailman-django/base.html b/templates/mailman-django/base.html index 133690d..684401c 100644 --- a/templates/mailman-django/base.html +++ b/templates/mailman-django/base.html @@ -44,7 +44,8 @@ {% block smallBoxRight %}{% endblock %} diff --git a/templates/mailman-django/list_selector.html b/templates/mailman-django/list_selector.html index 93f7f8a..ad9ae29 100644 --- a/templates/mailman-django/list_selector.html +++ b/templates/mailman-django/list_selector.html @@ -1,16 +1,19 @@ {% load i18n %} {% block selector %} - -{%if lists %} -
- - -
- +
+{%if lists|length >= 1 and lists|length <= 15 %} +
+ + +
+ +{% else %} + {% trans "List Index" %} {%endif%} + {% endblock %}