Merge pull request #1021 from openclassify/muammertop

fixed register form phone field error
This commit is contained in:
Ozcan Durak 2021-04-09 10:44:09 +03:00 committed by GitHub
commit 335db80e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>