diff --git a/templates/mailman-django/lists/list_summary.html b/templates/mailman-django/lists/list_summary.html index c91f4e4..0930b6a 100644 --- a/templates/mailman-django/lists/list_summary.html +++ b/templates/mailman-django/lists/list_summary.html @@ -7,7 +7,7 @@ {% block header %}
-
About
+
{% trans "About" %}
{{list.description}}
{% endblock %} diff --git a/templates/mailman-django/lists/settings.html b/templates/mailman-django/lists/settings.html index 4345737..f09d33b 100644 --- a/templates/mailman-django/lists/settings.html +++ b/templates/mailman-django/lists/settings.html @@ -1,30 +1,33 @@ {% 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 mass_subscribe fqdn_listname as url_mass_subscription %} - - - {% blocktrans %} - If you wish to mass subscribe users to this list, please click here. - {% endblocktrans %} +{% block heading %} + {{list.list_name}} {{list.real_name}} {% endblock %} -{% block content %} +{% block header%} +
+
{% trans "List Settings for " %}{{ fqdn_listname }}
+

{% trans "This page visualizes all list settings. This gives an idea of what the settings page could look like." %}

-

{% trans "List Settings for " %}{{ fqdn_listname }}

- -

{% trans "This page visualizes all list settings. This gives an idea of what the settings page could look like." %}

- -
-{{ form.as_div }} - -
- + + {{ form.as_div }} +
+ +
+
+{% endblock %} - + +{% block smallBoxLeft %} +
+
{% trans "Links" %}
+ +
{% endblock %} diff --git a/templates/mailman-django/lists/subscriptions.html b/templates/mailman-django/lists/subscriptions.html index 0e53d0a..1c58e0f 100644 --- a/templates/mailman-django/lists/subscriptions.html +++ b/templates/mailman-django/lists/subscriptions.html @@ -1,45 +1,31 @@ {% extends "mailman-django/base.html" %} {% load i18n %} -{% block content %} +{% block heading %} + {{list.list_name}} {{list.real_name}} +{% endblock %} -

{{ fqdn_listname }} -- {{ listinfo.real_name }}

+{% block header %} +
+
{% trans "About" %}
+ {% if form_subscribe %} + + {% endif %} + {% if form_unsubscribe %} +
+ {{ form_unsubscribe.as_div }} +
+ +
-
-{% endif %} -{% if form_unsubscribe %} -
- {{ form_unsubscribe.as_div }} - -
-
- -
-{% endif %} - - - {% endblock %} diff --git a/templates/mailman-django/public/base.html b/templates/mailman-django/public/base.html index 6202bde..93efe69 100644 --- a/templates/mailman-django/public/base.html +++ b/templates/mailman-django/public/base.html @@ -16,7 +16,7 @@ - +HALLO

{% block heading %}{% endblock %}

{% block header%}{% endblock %}