diff --git a/opentech/apply/funds/templates/funds/fund_type_landing.html b/opentech/apply/funds/templates/funds/fund_type_landing.html index 1fd3c8e902c5c792527975ff879253e1ed24db5d..dc30df46f9293a788e5727319a13e0b85196e9a2 100644 --- a/opentech/apply/funds/templates/funds/fund_type_landing.html +++ b/opentech/apply/funds/templates/funds/fund_type_landing.html @@ -1,5 +1,10 @@ {% 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> + </div> +</div> {% endblock %}