From 90f5e238b1588dd546a0406132dcbf43a3d53f82 Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Fri, 27 Mar 2020 18:08:12 +0100
Subject: [PATCH] Small change to wording in the invite for proposal e-mail.

---
 .../activity/templates/messages/email/applicant_base.html  | 2 +-
 .../templates/messages/email/invited_to_proposal.html      | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/hypha/apply/activity/templates/messages/email/applicant_base.html b/hypha/apply/activity/templates/messages/email/applicant_base.html
index a7d8ca9fc..e653c8f20 100644
--- a/hypha/apply/activity/templates/messages/email/applicant_base.html
+++ b/hypha/apply/activity/templates/messages/email/applicant_base.html
@@ -2,7 +2,7 @@
 {% block salutation %}Dear {{ source.user.get_full_name|default:"applicant" }},{% endblock %}
 
 {% block more_info %}
-You can find more information here: {{ request.scheme }}://{{ request.get_host }}{{ source.get_absolute_url }}
+Link to your application: {{ request.scheme }}://{{ request.get_host }}{{ source.get_absolute_url }}
 If you have any questions, please submit them here: {{ request.scheme }}://{{ request.get_host }}{{ source.get_absolute_url }}#communications
 
 If you have any issues accessing the submission system or other general inquiries, please email us at {{ ORG_EMAIL }}
diff --git a/hypha/apply/activity/templates/messages/email/invited_to_proposal.html b/hypha/apply/activity/templates/messages/email/invited_to_proposal.html
index b21e52051..56d2a2416 100644
--- a/hypha/apply/activity/templates/messages/email/invited_to_proposal.html
+++ b/hypha/apply/activity/templates/messages/email/invited_to_proposal.html
@@ -5,3 +5,10 @@
 You can find more information about what we’d like to see in your Proposal here: {{ ORG_GUIDE_URL }}
 
 The system will allow you to save a draft of your Proposal as you work on it. When you feel it is ready for our review, please click the “Submit” button and we’ll know to take a look at it. We’ll reply to you with feedback on your Proposal as quickly as possible.{% endblock %}
+
+{% block more_info %}
+Here is the link to start creating your proposal: {{ request.scheme }}://{{ request.get_host }}{{ source.get_absolute_url }}
+If you have any questions, please submit them here: {{ request.scheme }}://{{ request.get_host }}{{ source.get_absolute_url }}#communications
+
+If you have any issues accessing the submission system or other general inquiries, please email us at {{ ORG_EMAIL }}
+{% endblock %}
-- 
GitLab