fixed register name in place
This commit is contained in:
parent
bca2d62fdc
commit
0a54cdc091
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
<span class="input-group-addon"><i class="icon-people"></i></span>
|
||||
<select required class="form-control" type="text" formControlName="usertype">
|
||||
<option value=''>Please select</option>
|
||||
<option value='organisation'>Organisation</option>
|
||||
<option value='organisation'>Business/Organisation</option>
|
||||
<option value='customer'>Customer</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
Reference in a new issue