portico: Move billing contact to above payment method.

This commit is contained in:
Karl Stolley 2023-12-12 17:08:29 -06:00 committed by Tim Abbott
parent a2f72edc68
commit 2b879e646c
1 changed files with 6 additions and 6 deletions

View File

@ -155,6 +155,12 @@
</div> </div>
{% endif %} {% endif %}
{% endif %} {% endif %}
<div class="input-box no-validation billing-page-field">
<label for="billing-contact" class="inline-block label-title">Billing contact</label>
<div id="billing-contact" class="not-editable-realm-field">
<a href="mailto:{{ stripe_email }}">{{ stripe_email }}</a>
</div>
</div>
<div id="cardchange-error" class="alert alert-danger"></div> <div id="cardchange-error" class="alert alert-danger"></div>
<div class="input-box billing-page-field no-validation"> <div class="input-box billing-page-field no-validation">
<label for="customer-payment-method" class="inline-block label-title">Payment method</label> <label for="customer-payment-method" class="inline-block label-title">Payment method</label>
@ -216,12 +222,6 @@
{% endif %} {% endif %}
</div> </div>
</div> </div>
<div class="input-box no-validation billing-page-field">
<label for="billing-contact" class="inline-block label-title">Billing contact</label>
<div id="billing-contact" class="not-editable-realm-field">
<a href="mailto:{{ stripe_email }}">{{ stripe_email }}</a>
</div>
</div>
<div id="planchange-error" class="alert alert-danger"></div> <div id="planchange-error" class="alert alert-danger"></div>
<div id="planchange-input-section"> <div id="planchange-input-section">
{% if free_trial and not downgrade_at_end_of_free_trial %} {% if free_trial and not downgrade_at_end_of_free_trial %}