Feat: Apply for Founding Partner Program Success page created.

This commit is contained in:
2025-08-02 18:38:06 +01:00
parent 354260d222
commit 6ab1fed0f5

View File

@@ -0,0 +1,23 @@
{% extends 'layouts/layout.html' %}
{% block page_head %}
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/core_apply_founding_partner.bundle.css') }}">
{% include 'layouts/_shared_project_hub_scripts.html' %}
{% endblock %}
{% block page_nav_links %}
{% endblock %}
{% block page_body %}
{% set form = model.form_contact %}
<section class="contact-section">
<div class="contact-form">
<h1>Message Received</h1>
<p>We really appreciate your interest in our Founding Partner Program! We've received your message and will respond within 48 hours.</p>
</div>
</section>
<script>
</script>
{% endblock %}