Merge pull request #18 from openclassify/vedatakd

#14 [Profile-Module] Cell Phone adds + every time I edited fix
This commit is contained in:
Fatih Alp 2019-06-25 17:02:32 +03:00 committed by GitHub
commit 29c4f85b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@
</div>
<div class="form-group required-profile-phone-field">
<label class="control-label">Phone</label>
<input type="text" class="form-control" id="phone" value="+{{ profiles.gsm_phone.value }}" name="gsm_phone">
<input type="text" class="form-control" id="phone" value="{{ profiles.gsm_phone.value }}" name="gsm_phone">
</div>
<div class="form-group">
<label class="control-label">{{ trans("visiosoft.module.profile::field.email.name") }}</label>