Feat: Apply for Founding Partner Program page hookup fixed and hooked up to rest of app through Home page.
This commit is contained in:
@@ -74,16 +74,16 @@
|
||||
</div>
|
||||
|
||||
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_ROW }}">
|
||||
<label class="{{ model.FLAG_LABEL_QUESTION }}" for="{{ form.id_speciality.id }}">{{ form.id_speciality.label.text }} *</label>
|
||||
<label class="{{ model.FLAG_LABEL_QUESTION }}" for="{{ form.ids_speciality.id }}">{{ form.ids_speciality.label.text }} *</label>
|
||||
<div class="{{ model.FLAG_CONTAINER_INPUT }}">
|
||||
{{ form.id_speciality(class="form-input", required=True) }}
|
||||
{{ form.ids_speciality(class="form-input", required=True) }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_ROW }}">
|
||||
<label class="{{ model.FLAG_LABEL_QUESTION }}" for="{{ form.id_existing_system.id }}">{{ form.id_existing_system.label.text }} *</label>
|
||||
<label class="{{ model.FLAG_LABEL_QUESTION }}" for="{{ form.ids_existing_system.id }}">{{ form.ids_existing_system.label.text }} *</label>
|
||||
<div class="{{ model.FLAG_CONTAINER_INPUT }}">
|
||||
{{ form.id_existing_system(class="form-input", required=True) }}
|
||||
{{ form.ids_existing_system(class="form-input", required=True) }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -264,7 +264,7 @@
|
||||
<p><strong>Limited to 20 trainers</strong> - We want to provide excellent support and meaningful collaboration with each Founding Partner.</p>
|
||||
</div>
|
||||
|
||||
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_LIGHT }}">Apply for Founding Partner Program</a>
|
||||
<a href="{{ model.HASH_PAGE_APPLY_FOUNDING_PARTNER }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_LIGHT }}">Apply for Founding Partner Program</a>
|
||||
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_LIGHT }}">Book a Demo Call</a>
|
||||
|
||||
<p>Questions? Email us at {{ model.get_mail_contact_public() }}</p>
|
||||
|
||||
Reference in New Issue
Block a user