From 6ab1fed0f53f26db8659a5de21488b9230c6ebfa Mon Sep 17 00:00:00 2001 From: Teddy Middleton-Smith Date: Sat, 2 Aug 2025 18:38:06 +0100 Subject: [PATCH] Feat: Apply for Founding Partner Program Success page created. --- .../core/_apply_founding_partner_success.html | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/pages/core/_apply_founding_partner_success.html diff --git a/templates/pages/core/_apply_founding_partner_success.html b/templates/pages/core/_apply_founding_partner_success.html new file mode 100644 index 0000000..9f0f3ac --- /dev/null +++ b/templates/pages/core/_apply_founding_partner_success.html @@ -0,0 +1,23 @@ +{% extends 'layouts/layout.html' %} + +{% block page_head %} + + {% include 'layouts/_shared_project_hub_scripts.html' %} +{% endblock %} + +{% block page_nav_links %} +{% endblock %} + +{% block page_body %} + + {% set form = model.form_contact %} +
+
+

Message Received

+

We really appreciate your interest in our Founding Partner Program! We've received your message and will respond within 48 hours.

+
+
+ + +{% endblock %} \ No newline at end of file