1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Don't validate website as URL

This commit is contained in:
Hillel Coren 2016-09-23 17:05:29 +03:00
parent 249c89dbfd
commit ac1dddc201

View File

@ -23,7 +23,6 @@
->autocomplete('on') ->autocomplete('on')
->rules([ ->rules([
'name' => 'required', 'name' => 'required',
'website' => 'url',
]) !!} ]) !!}
{{ Former::populate($account) }} {{ Former::populate($account) }}