From cc918f679692a1eb2ad5807d4931e21268a99e21 Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Tue, 19 May 2020 18:32:29 +0200
Subject: [PATCH] Add the confirmation_text_extra to round landing page.

---
 .../apply/funds/templates/funds/application_base_landing.html  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hypha/apply/funds/templates/funds/application_base_landing.html b/hypha/apply/funds/templates/funds/application_base_landing.html
index 3db6a4c84..2d8ac2c8d 100644
--- a/hypha/apply/funds/templates/funds/application_base_landing.html
+++ b/hypha/apply/funds/templates/funds/application_base_landing.html
@@ -6,7 +6,8 @@
     <div class="rich-text">
         <p>An e-mail with more information has been sent to the address you entered.</p>
         <p>If you do not receive an e-mail within 15 minutes please check your
-spam folder and contact {{ ORG_EMAIL }} for further assistance.</p>
+spam folder and contact {{ ORG_EMAIL|urlize }} for further assistance.</p>
+        {% with email_context=page.specific %}<p>{{ email_context.confirmation_text_extra|urlize }}</p>{% endwith %}
     </div>
 </div>
 {% endblock %}
-- 
GitLab