diff --git a/templates/backOffice/default/coupon/form.html b/templates/backOffice/default/coupon/form.html index ed6fa4d2e..9690b7619 100644 --- a/templates/backOffice/default/coupon/form.html +++ b/templates/backOffice/default/coupon/form.html @@ -85,20 +85,11 @@ {/form_field} - {form_field form=$form field='isRemovingPostage'} -
- -
- {/form_field} - {form_field form=$form field='expirationDate'}
- + {* Do not use 'date' input type, as some browsers enforce RFC339 date formats, which is not what we want *} + {if $error}{$message}{/if}
{/form_field} @@ -116,6 +107,45 @@ {if $error}{$message}{/if} {/form_field} + + {form_field form=$form field='isRemovingPostage'} +
+ +
+ {/form_field} + + +