29 lines
733 B
Plaintext
29 lines
733 B
Plaintext
{% if current_person.properties.first_login == true %}
|
|
<script>
|
|
window.location.replace('/app');
|
|
</script>
|
|
{% endif %}
|
|
|
|
{% include "header" %}
|
|
{% include "sub_navigation" %}
|
|
<main class="np-main np-catalog np-subpage-container np-max-width">
|
|
|
|
<h1>Complete the form below to contact the Supplier Academy team.</h1>
|
|
|
|
<iframe class="airtable-embed" src="https://airtable.com/embed/appeNkhYdzlOrDliK/pagX3d6qFnH84vFPM/form" frameborder="0" onmousewheel="" width="100%" height="1000" style="background: transparent; border: 0px solid #ccc;"></iframe>
|
|
|
|
</main>
|
|
|
|
{% include "footer" %}
|
|
|
|
<style>
|
|
|
|
h1 {text-align: center;}
|
|
|
|
@media screen and (min-width: 768px) {
|
|
.np-card-content-description {
|
|
display: block;
|
|
|
|
}
|
|
}
|
|
</style> |