diff --git a/templates/mailman-django/base.html b/templates/mailman-django/base.html index 34afff3..81e93e8 100644 --- a/templates/mailman-django/base.html +++ b/templates/mailman-django/base.html @@ -18,7 +18,9 @@
{% trans "Domain" %} | -{% trans "Contact Address" %} | -{% trans "Description" %} | -
---|---|---|
{{ domain.base_url }} | -{{ domain.contact_address }} | -- {% if domain.description %} - {{ domain.description }} - {% endif %} - | -
{% trans "Domain" %} | +{% trans "Contact Address" %} | +{% trans "Description" %} | +
---|---|---|
{{ domain.base_url }} | +{{ domain.contact_address }} | ++ {% if domain.description %} + {{ domain.description }} + {% endif %} + | +
{% trans "This page visualizes all list settings. This gives an idea of what the settings page could look like." %}
-