]> git.ipfire.org Git - ipfire.org.git/commitdiff
donations: Adress people by their first name in some emails
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 1 Dec 2019 18:23:43 +0000 (18:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 1 Dec 2019 18:23:43 +0000 (18:23 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/donate/messages/christmas-2.html
src/templates/donate/messages/christmas-2.txt
src/templates/donate/messages/christmas-3.html
src/templates/donate/messages/christmas-3.txt

index 17d6b94dd3250c3897c70a0d3386bb5cf953910e..f0135063b780edced1a3e05c09ca7a4d54e9988e 100644 (file)
@@ -2,7 +2,7 @@
 
 {% block content %}
     <p>
-        <strong>{{ _("Hello,") }}</strong>
+        <strong>{{ _("Hello %s,") % account.first_name }}</strong>
     </p>
 
     <p>
index ad196761181ab6a0fb171675cb5da7ed36ad1bd4..21ece51b7f0f122896529669f93b474f7b641e40 100644 (file)
@@ -3,7 +3,7 @@ To: {{ account.email_to }}
 Subject: {{ _("Our Christmas wish...") }}
 X-Auto-Response-Suppress: OOF
 
-{{ _("Hello,") }}
+{{ _("Hello %s,") % account.first_name }}
 
 {{ _("In the run-up to Christmas, we just wanted to give you an idea of what your donations do to support the IPFire Project:") }}
 
index 5f81fad899bca73377c48b91016f8707fab6360c..09dedefdbc8f225db6391b0b171e29ef3cd7d3de 100644 (file)
@@ -2,7 +2,7 @@
 
 {% block content %}
     <p>
-        <strong>{{ _("Hi,") }}</strong>
+        <strong>{{ _("Hi %s,") % account.first_name }}</strong>
     </p>
 
     <p>
index 1bcf3bf78a7fadf6c7495bda80543efe0a5ef2c5..e59d92ef99ca37f5c30318d6690f9f70a2f80993 100644 (file)
@@ -3,7 +3,7 @@ To: {{ account.email_to }}
 Subject: {{ _("Christmas Holidays are coming...") }}
 X-Auto-Response-Suppress: OOF
 
-{{ _("Hi,") }}
+{{ _("Hi %s,") % account.first_name }}
 
 {{ _("with only days to go, shopping being completed, presents being wrapped, and the tree being decorated, would you consider one of the presents at the bottom of your tree to be for IPFire?") }}