phone number should be optional on add new portfolio member form
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
{{ TextInput(member_form.email, validation='email') }}
|
||||
</div>
|
||||
<div class='form-col form-col--half'>
|
||||
{{ TextInput(member_form.phone_number, validation='usPhone') }}
|
||||
{{ TextInput(member_form.phone_number, validation='usPhone', optional=True) }}
|
||||
</div>
|
||||
</div>
|
||||
<div class='form-row'>
|
||||
|
||||
Reference in New Issue
Block a user