tipo de trabajador part time o full time
This commit is contained in:
@@ -113,6 +113,13 @@
|
||||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Jornada</label>
|
||||
<select class="form-select" name="tipo" id="edit_worker_tipo" required>
|
||||
<option value="Full Time">Full Time</option>
|
||||
<option value="Part Time">Part Time</option>
|
||||
</select>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user