From 08f4324c03cd274a5c49d7bac0499c46b160002d Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Wed, 27 Feb 2019 09:32:22 +0100 Subject: [PATCH] Make Contact account activation email more polite and detailed --- .../email/org_contacts/email_contact_for_activation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/email/org_contacts/email_contact_for_activation.html b/templates/email/org_contacts/email_contact_for_activation.html index 1e74839a7..3c22cb2ba 100644 --- a/templates/email/org_contacts/email_contact_for_activation.html +++ b/templates/email/org_contacts/email_contact_for_activation.html @@ -1,4 +1,4 @@ -<p>Dear {{contact.get_title_display}} {{contact.user.first_name}} {{contact.user.last_name}},</p> +<p>Dear {{contact.get_title_display}} {{contact.user.last_name}},</p> <p> Many thanks for sponsoring SciPost. We have now created a personal account for you on scipost.org, which will allow you to access all relevant information and functionalities related to sponsoring. @@ -7,7 +7,7 @@ In order to activate your account, please navigate to <a href="https://scipost.org{% url 'organizations:activate_account' contact.activation_key %}?email={{contact.user.email}}">this link</a>. You will be asked to choose a password, after which you will be able to login (your username being defined as your email address). </p> <p> - After logging in, you will find a “Org dashboard†link in the top menu, which will take you to your info page. + After logging in, you will find a “Org dashboard†link in the top menu, which will take you to your info page, where you will find further links for managing your account and the associated data (in particular, the public visibility settings of your sponsorship amounts and associated documents). </p> <p> We are very pleased to welcome you to SciPost, and will be happy to answer any questions you might have. -- GitLab