Feat: Apply for Founding Partner Program Success page created.
This commit is contained in:
23
templates/pages/core/_apply_founding_partner_success.html
Normal file
23
templates/pages/core/_apply_founding_partner_success.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user