diff --git a/src/postorius/templates/postorius/lists/summary.html b/src/postorius/templates/postorius/lists/summary.html index bd03223..a95c3d2 100644 --- a/src/postorius/templates/postorius/lists/summary.html +++ b/src/postorius/templates/postorius/lists/summary.html @@ -26,26 +26,23 @@
{% trans 'You are subscribed to this list with the following address:' %} {{ subscribed_address }}
- -- - {% trans 'Unsubscribe' %} {{ subscribed_address }} - -
{% url 'user_list_options' list.list_id as user_list_options_url %} {% blocktrans %}You can manage your subscription here
{% endblocktrans %} ++ + {% trans 'Unsubscribe' %} {{ subscribed_address }} + +
{% else %}{% trans 'You have to log in to subscribe to this list.' %}
+{% trans 'If you want to subscribe to this list, you have to log in first.' %}
{% endif %} diff --git a/src/postorius/templates/postorius/user/list_options.html b/src/postorius/templates/postorius/user/list_options.html index 6666c23..a766b8a 100644 --- a/src/postorius/templates/postorius/user/list_options.html +++ b/src/postorius/templates/postorius/user/list_options.html @@ -10,6 +10,13 @@ {% block main %}+{% trans 'Use this form to change the email used for this subscription' %}: +
+ +