Some Cin7 updates. Backed up williams-sonoma templates.

This commit is contained in:
Norm Rasmussen
2024-08-16 15:56:20 -04:00
parent cad4a27584
commit d4c72dcc79
234 changed files with 3802 additions and 278 deletions

View File

@ -32,7 +32,7 @@
</div>
<div class="np-form-field">
<label class="np-input-label" for="learner_email">
{% t shared.email_address %}
Business Email Address associated with Cin7
</label>
<input
class="np-input"
@ -53,10 +53,9 @@
id="learner_password"
>
</div>
{% comment %} <button type="submit" class="np-button np-button-big np-button-large-font np-form-action">
<button type="submit" class="np-button np-button-big np-button-large-font np-form-action">
{% t shared.sign_up %}
</button>
{% endcomment %}
<span class="np-form-terms">
{% t .terms %}
<a
@ -66,7 +65,16 @@
>
{% t .terms_link %}
</a>
</span>
</span>
<span class="np-form-terms">
If you are unable to create an account, you have likely already been invited to the Academy. Please use the 'Forgot my password' link below.
</span>
<span class="np-form-terms">
<a
class="np-form-link np-button-color"
target="_blank"
href="https://academy.cin7.com/learners/password/new">Forgot my Password </a>
</span>
</form>
</div>
</div>