diff --git a/templates/mailman-django/lists/subscriptions.html b/templates/mailman-django/lists/subscriptions.html index d097556..ea511c1 100644 --- a/templates/mailman-django/lists/subscriptions.html +++ b/templates/mailman-django/lists/subscriptions.html @@ -6,10 +6,10 @@ {% endblock %} {% block header %} -
-
{% trans "Subscriptions" %}
+ {% if form_subscribe %} -
+ {{ form_subscribe.as_div }}
@@ -18,7 +18,7 @@ {% endif %} {% if form_unsubscribe %} -
+ {{ form_unsubscribe.as_div }}
@@ -26,5 +26,5 @@ {% endif %} -
+ {% endblock %}