Fixed furizon uppercasing
This commit is contained in:
parent
80ccded9cb
commit
9a95342e00
|
@ -5,7 +5,7 @@
|
||||||
<p>If you wish to <strong>change payment method, check payment instructions or complete a failed payment</strong> please access the payment area.</p>
|
<p>If you wish to <strong>change payment method, check payment instructions or complete a failed payment</strong> please access the payment area.</p>
|
||||||
|
|
||||||
{% elif order.status == 'paid' %}
|
{% elif order.status == 'paid' %}
|
||||||
<p class="notice" style="background:#050;">✅ Your order has been completed and approved! See you at furizon!</p>
|
<p class="notice" style="background:#050;">✅ Your order has been completed and approved! See you at Furizon!</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue