diff --git a/templates/mailman-django/errors/generic.html b/templates/mailman-django/errors/generic.html index 2b8d4ac..59ea176 100644 --- a/templates/mailman-django/errors/generic.html +++ b/templates/mailman-django/errors/generic.html @@ -6,7 +6,7 @@ {% endblock %} {% block header %} -
+
{% trans "Error-Site" %}
{% if error %}

{{ error }}

{% endif %} {% if message %}

{{ message }}

{% endif %} diff --git a/templates/mailman-django/lists/summary.html b/templates/mailman-django/lists/summary.html index 0245089..11df6f8 100644 --- a/templates/mailman-django/lists/summary.html +++ b/templates/mailman-django/lists/summary.html @@ -6,7 +6,7 @@ {% endblock %} {% block header %} -
+
{% trans "About" %}
{{list.settings.description}}
diff --git a/templates/mailman-django/user_settings.html b/templates/mailman-django/user_settings.html index a8c8f5c..7686ad7 100644 --- a/templates/mailman-django/user_settings.html +++ b/templates/mailman-django/user_settings.html @@ -39,6 +39,7 @@
  • My Subscription
  • +
  • List Summary
  • {% endfor %}