diff --git a/src/postorius/templates/postorius/lists/summary.html b/src/postorius/templates/postorius/lists/summary.html index 4aa827c..a3b7d06 100644 --- a/src/postorius/templates/postorius/lists/summary.html +++ b/src/postorius/templates/postorius/lists/summary.html @@ -33,11 +33,11 @@ {% trans 'You are subscribed to this list with the following address:' %} {{ subscribed_address }}

{% url 'user_list_options' list.list_id as user_list_options_url %} - {% blocktrans %}

- You can manage your subscription here + {% blocktrans %} + You can manage your subscription here + {% endblocktrans %}

- {% endblocktrans %}

{% csrf_token %} @@ -47,6 +47,13 @@

{% else %}

{% trans 'Subscribe to this list' %}

+

+ {% blocktrans with address=list.settings.join_address %} + To subscribe you can send an email with 'subscribe' in the subject to + {{ address }} + or use the form below: + {% endblocktrans %} +

{% render_form_horizontal subscribe_form 2 8 'Subscribe' %}