Jul 16 - Update issue handler Janitorial staff - add input staff contact

This commit is contained in:
2026-07-16 15:48:15 -04:00
parent 66dbf31c34
commit 56bcf9ed63
8 changed files with 89 additions and 17 deletions
+6 -1
View File
@@ -54,12 +54,17 @@
{# Janitorial-staff handler — shown when Handled By = Janitorial Staff #}
<div id="internal_handler_block" style="display:none;">
<div class="mb-3">
<div class="mb-2">
{{ form.internal_handler_name.label(class="form-label small fw-semibold mb-1") }}
{{ form.internal_handler_name(class="form-control form-control-sm",
placeholder="Name of the crew member who will handle it") }}
<div class="form-text">Optional — the janitorial staff member doing the work.</div>
</div>
<div class="mb-3">
{{ form.internal_handler_contact.label(class="form-label small fw-semibold mb-1") }}
{{ form.internal_handler_contact(class="form-control form-control-sm",
placeholder="Phone or email") }}
</div>
</div>
{# Facility-staff handler — shown when Handled By = Facility Staff #}