diff --git a/templates/mailman-django/lists/subscriptions.html b/templates/mailman-django/lists/subscriptions.html index 469f538..e8f1383 100644 --- a/templates/mailman-django/lists/subscriptions.html +++ b/templates/mailman-django/lists/subscriptions.html @@ -1,4 +1,4 @@ -{% extends "mailman-django/base.html" %} +{% extends extend_template %} {% load i18n %} {% block heading %} @@ -7,7 +7,7 @@ {% block header %}
-
{% trans "About" %}
+
{% trans "Subscriptions" %}
{% if form_subscribe %}
{{ form_subscribe.as_div }}