tipo de trabajador part time o full time

This commit is contained in:
2026-03-21 21:35:05 -03:00
parent 72b81b26b8
commit a76c0a879e
5 changed files with 45 additions and 23 deletions

View File

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