From 14b1401b3771d0298030f467d6784759e81bc5b6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 22 Nov 2019 15:07:51 +0000 Subject: [PATCH] people: Improve wording of unsubscribe experience Signed-off-by: Michael Tremer --- src/templates/people/subscribed.html | 6 +++++- src/templates/people/unsubscribe.html | 13 ++++++++++--- src/templates/people/unsubscribed.html | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/templates/people/subscribed.html b/src/templates/people/subscribed.html index 035b5033..6710f8de 100644 --- a/src/templates/people/subscribed.html +++ b/src/templates/people/subscribed.html @@ -5,7 +5,7 @@ {% block content %}
-
+
@@ -14,6 +14,10 @@

+ + + {{ _("Back") }} +
{% end block %} diff --git a/src/templates/people/unsubscribe.html b/src/templates/people/unsubscribe.html index e1e90093..6578f58c 100644 --- a/src/templates/people/unsubscribe.html +++ b/src/templates/people/unsubscribe.html @@ -7,17 +7,24 @@
-
{{ _("Unsubscribe From Updates From The IPFire Project") }}
+
{{ _("We'd Be Sorry To See You Go") }}

{{ _("If you unsubscribe, you will no longer receive important emails from the IPFire Project.") }} + {{ _("There are plenty of benefits to remain subscribed:") }}

+
    +
  • {{ _("Important release announcements including notificiations about security updates") }}
  • +
  • {{ _("News from our blog and inside the project") }}
  • +
  • {{ _("Information about our fundraising efforts") }}
  • +
+
{% raw xsrf_form_html() %} -
diff --git a/src/templates/people/unsubscribed.html b/src/templates/people/unsubscribed.html index 1ce93ad8..c85a1806 100644 --- a/src/templates/people/unsubscribed.html +++ b/src/templates/people/unsubscribed.html @@ -19,7 +19,7 @@ {% raw xsrf_form_html() %}
-- 2.47.3