diff --git a/templates/mailman-django/lists/mass_subscribe.html b/templates/mailman-django/lists/mass_subscribe.html index ea3060c..c231b20 100644 --- a/templates/mailman-django/lists/mass_subscribe.html +++ b/templates/mailman-django/lists/mass_subscribe.html @@ -1,36 +1,23 @@ {% extends "mailman-django/base.html" %} {% load i18n %} -{% block links%} -{% url list_info fqdn_listname as url_list_info %} -{% url list_delete fqdn_listname as url_list_delete %} -{% url list_settings fqdn_listname as url_list_settings %} - -{% blocktrans %} - -You can also subscribe or unsubscribe a user to the list "the normal way" or delete the list. To go back to the general settings page, please click here.{% endblocktrans %} +{% block heading %} + {% trans "Mass Subscribe Users to" %} {{list.fqdn_listname}} {% endblock %} -{% block content %} +{% block header %} +
+
{% trans "Form" %}
-

{% trans "Mass Subscribe Users" %}

+

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

-

{% trans "Logout" %}

+
-

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

+ {{ form.as_div }} -{% if message %} -

{{ message }}

-{% endif %} - - - -{{ form.as_div }} - -
- +
+ +
+
- - - {% endblock %} diff --git a/urls.py b/urls.py index ae5c902..aa3d245 100644 --- a/urls.py +++ b/urls.py @@ -30,13 +30,13 @@ url(r'^lists/$', 'list_index', name = 'list_index'), url(r'^lists/new/$', 'list_new', name = 'list_new'), url(r'^lists/(?P[^/]+)/$', 'list_summary', name = 'list_summary'), #PUBLIC - url(r'^subscriptions/(?P[^/]+)/(?:(?P