up: various twig templates

* various twig updates
This commit is contained in:
2025-02-10 16:18:53 -05:00
parent b828333222
commit c9cf8d7e0a
7 changed files with 131 additions and 58 deletions

View File

@ -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"/>