From f7865a6f8d6b0c8e67a7969e1dbae9fe3e27541e Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Fri, 21 Sep 2018 11:29:08 +0200
Subject: [PATCH] Issue: #585 Add contact information to submission
 confirmation screen

---
 opentech/apply/funds/templates/funds/fund_type_landing.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/opentech/apply/funds/templates/funds/fund_type_landing.html b/opentech/apply/funds/templates/funds/fund_type_landing.html
index dc30df46f..c2383f1e7 100644
--- a/opentech/apply/funds/templates/funds/fund_type_landing.html
+++ b/opentech/apply/funds/templates/funds/fund_type_landing.html
@@ -5,6 +5,8 @@
     <h3>Thank you for your submission to the Open Technology Fund.</h3>
     <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 help@opentech.fund for further assistance.</p>
     </div>
 </div>
 {% endblock %}
-- 
GitLab