diff --git a/templates/mailman-django/domain_index.html b/templates/mailman-django/domain_index.html index c29b80b..2e2bdbb 100644 --- a/templates/mailman-django/domain_index.html +++ b/templates/mailman-django/domain_index.html @@ -6,7 +6,7 @@ {% endblock %} {% block header %} -
+
{% trans "About" %}
This site allows to register a new Domain, due to restriction in the REST API we can't delete them here yet. Please modify the Mailman DB directly if you need to remove a Domain. If interested take a look at the Launchapd Bug Report. In addition we can't modify them yet.

diff --git a/templates/mailman-django/domain_new.html b/templates/mailman-django/domain_new.html index 15c621e..d4af1cc 100644 --- a/templates/mailman-django/domain_new.html +++ b/templates/mailman-django/domain_new.html @@ -6,7 +6,7 @@ {% endblock %} {% block header %} -
+
{% trans "New Domain" %}
{{ form.as_div }} diff --git a/templates/mailman-django/lists/mass_subscribe.html b/templates/mailman-django/lists/mass_subscribe.html index c231b20..475cdaa 100644 --- a/templates/mailman-django/lists/mass_subscribe.html +++ b/templates/mailman-django/lists/mass_subscribe.html @@ -6,7 +6,7 @@ {% endblock %} {% block header %} -
+
{% trans "Form" %}

{% blocktrans %}Here you can mass subscribe users to the list {{ list.fqdn_listname }}. To do so, please enter one name on each row.{% endblocktrans %}