Browse Source

[FIX] doesn't show confirm email field if logged

pull/112/head
houssine 4 years ago
parent
commit
188e4835e3
  1. 2
      easy_my_coop/view/subscription_template.xml

2
easy_my_coop/view/subscription_template.xml

@ -406,7 +406,7 @@
</div>
</div>
<div t-attf-class="form-group #{error and 'email_from' in error and 'has-error' or ''}">
<div t-if="not logged" name="confirm_email_container" t-attf-class="form-group #{error and 'email_from' in error and 'has-error' or ''}">
<label class="col-md-3 col-sm-4 control-label" for="confirm_email">Confirm Email</label>
<div class="col-md-7 col-sm-8 bottom-line" style="padding-bottom:20px">
<input type="confirm_email" class="form-control mandatory-field" name="confirm_email"

Loading…
Cancel
Save