diff --git a/src/mailmanweb/forms.py b/src/mailmanweb/forms.py index 2611e9a..91c653f 100644 --- a/src/mailmanweb/forms.py +++ b/src/mailmanweb/forms.py @@ -822,7 +822,8 @@ #["Addresses", "bounces_address", "join_address", "leave_address", #"no_reply_address", "owner_address", "posting_address", #"request_address"], - ["Assorted", "acceptable_aliases", "administrivia", "pipeline"] + ["Assorted", "acceptable_aliases", "administrivia", +"posting_pipeline"] #"post_id", "encode_ascii_prefixes", "first_strip_reply_to", #"forward_auto_discards", "gateway_to_mail", "gateway_to_news", #"header_matches", "linked_newsgroup", "max_days_to_hold", diff --git a/src/mailmanweb/templates/mailmanweb/lists/index.html b/src/mailmanweb/templates/mailmanweb/lists/index.html index 0785f7a..cc7820d 100644 --- a/src/mailmanweb/templates/mailmanweb/lists/index.html +++ b/src/mailmanweb/templates/mailmanweb/lists/index.html @@ -3,6 +3,11 @@ {% block main %} + {% if user.is_superuser %} + + {% endif %}

{% trans 'Lists' %}