From 1dd481d696e5abdffddcecdef58f6e408bdb9d94 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 17 Feb 2022 23:09:51 -0800 Subject: [PATCH] Remove redundant subscribe form. --- src/postorius/templates/postorius/lists/summary.html | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/src/postorius/templates/postorius/lists/summary.html b/src/postorius/templates/postorius/lists/summary.html index 41393b8f..53612b7c 100644 --- a/src/postorius/templates/postorius/lists/summary.html +++ b/src/postorius/templates/postorius/lists/summary.html @@ -90,24 +90,12 @@ {% endblocktrans %}

- {% bootstrap_form_horizontal subscribe_form 2 8 'Subscribe' %} + {% bootstrap_form_horizontal subscribe_form 2 8 'Subscribe' %} +
{% endif %} {% if user_request_pending %}

{% trans "You have a subscription request pending. If you don't hear back soon, please contact the list owners." %}

- {% 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 %} -

-
- {% bootstrap_form_horizontal subscribe_form 2 8 'Subscribe' %} - -
{% endif %} {% else %}
-- 2.11.4.GIT