up: various twig templates
* various twig updates
This commit is contained in:
@ -29,6 +29,10 @@
|
||||
{{ form_errors(form) }}
|
||||
|
||||
{{ form_start(form) }}
|
||||
<div class='input-group input-group-outline mb-3'>
|
||||
<label for='registration_form_vendorId' class='form-label'>DCS Vendor ID</label>
|
||||
<input type='text' name='{{ field_name(form.vendorId) }}' placeholder='' class='form-control' required='required'/>
|
||||
</div>
|
||||
<div class="input-group input-group-outline mb-3">
|
||||
<label for="registration_form_name" class="form-label">Name</label>
|
||||
<input type="text" name="{{ field_name(form.name) }}" placeholder="" class="form-control" required="required"/>
|
||||
|
Reference in New Issue
Block a user