From 062f437ba14d074bbd5a5a80f39f6a4482e43fd1 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Fri, 2 Feb 2018 15:29:04 +0000
Subject: [PATCH] styling form submission acceptance page

---
 .../funds/templates/funds/fund_type_landing.html      | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/opentech/apply/funds/templates/funds/fund_type_landing.html b/opentech/apply/funds/templates/funds/fund_type_landing.html
index 1fd3c8e90..6eefee4cd 100644
--- a/opentech/apply/funds/templates/funds/fund_type_landing.html
+++ b/opentech/apply/funds/templates/funds/fund_type_landing.html
@@ -1,5 +1,12 @@
 {% extends "base.html" %}
-
+{% block header_modifier %}header--light-bg{% endblock %}
 {% block content %}
-<h2>Thank you for submitting your application.</h2>
+<div class="wrapper wrapper--small">
+    <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>
+        {# @todo - add a link to the projects page #}
+        <p>Take a look at a <a href="#">selection of projects</a> the the Open Technology Fund has supported.</p>
+    </div>
+</div>
 {% endblock %}
-- 
GitLab