diff --git a/src/postorius/templates/postorius/base.html b/src/postorius/templates/postorius/base.html index 3218a44..4fe0ec2 100644 --- a/src/postorius/templates/postorius/base.html +++ b/src/postorius/templates/postorius/base.html @@ -22,13 +22,12 @@
{% trans 'List name' %} | -{% trans 'List address' %} | -{% trans 'Description' %} | -
---|---|---|
- {{ list.display_name }} - | -{{ list.fqdn_listname }} | -{{ list.settings.description }} | -
{% trans 'List name' %} | +{% trans 'Post address' %} | +{% trans 'Description' %} | +
---|---|---|
+ {{ list.display_name }}{% if not list.settings.advertised %} (private*){% endif %} + | +{{ list.fqdn_listname }} | +{{ list.settings.description }} | +
There are currently no mailing lists.
+ + {% endif %} + {% endblock main %}