Updated templates and tasks.
This commit is contained in:
@ -0,0 +1,29 @@
|
||||
{% 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>Please use the form below to contact the Supplier Academy team.</h1>
|
||||
|
||||
<iframe class="airtable-embed" src="https://airtable.com/embed/appf41rlLEtVEHBMO/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>
|
||||
Reference in New Issue
Block a user