diff --git a/templates/mailman-django/list_selector.html b/templates/mailman-django/list_selector.html index ad9ae29..d58df96 100644 --- a/templates/mailman-django/list_selector.html +++ b/templates/mailman-django/list_selector.html @@ -6,7 +6,9 @@
diff --git a/templates/mailman-django/lists/index.html b/templates/mailman-django/lists/index.html index 189580a..8952caa 100644 --- a/templates/mailman-django/lists/index.html +++ b/templates/mailman-django/lists/index.html @@ -7,8 +7,9 @@ {% block smallBoxLeft %} {% for list in lists %} +
-
{{ list.real_name }}
+
{{ list.real_name }} {% if not list.settings.advertised %}(non-public){% endif %}