mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
fix regex pattern
This commit is contained in:
parent
c1c981a695
commit
9ee869ee3f
@ -222,7 +222,7 @@
|
||||
ng-model="user.profile.website"
|
||||
class="form-control"
|
||||
id="user_website"
|
||||
ng-pattern="/^https?:\/\/"
|
||||
ng-pattern="/^https?:\/\//"
|
||||
placeholder="{{ 'website' | translate }}"
|
||||
ng-disabled="preventField['profile.website'] && user.profile.website && !userForm['user[profile_attributes][website]'].$dirty"/>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user