diff --git a/hypha/apply/funds/templates/funds/application_base_landing.html b/hypha/apply/funds/templates/funds/application_base_landing.html
index 3db6a4c84d3ef6f30f3e18c994c31e34dfeedbed..2d8ac2c8dd483023a3dc0baf63cb30a2100f14f9 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 %}