fixed register form phone field error

This commit is contained in:
Muammer Top 2021-04-08 18:14:57 +03:00
parent 1c1289a567
commit e7298db3cb

View File

@ -56,9 +56,7 @@
<div class="input-wrapper validate-phone">
{{ form.fields.phone.setAttributes({'maxlength': 15}).setValue(form.fields.phone.value).input|raw }}
<div id="default-phone-country" class="hidden">
{{ setting_value('visiosoft.module.location::country_for_phone_field') }}
</div>
<div id="default-phone-country" class="hidden">{{ setting_value('visiosoft.module.location::country_for_phone_field') }}</div>
</div>
</div>
</div>