Jul 27 - Update code for scheduled tasks

This commit is contained in:
Nguyen Ngo
2026-07-27 12:55:54 -04:00
parent 3ab84ac016
commit 44b577b59f
4 changed files with 26 additions and 2 deletions
@@ -112,7 +112,11 @@
<div class="mb-3">
{{ form.notes.label(class="form-label fw-semibold") }}
{{ form.notes(class="form-control", rows=2, placeholder="Optional instructions for the inspector…") }}
{{ form.notes(class="form-control", rows=3, placeholder="e.g. Front lobby carpet needs extra attention. Check loading dock after 3 PM — key is at the front desk.") }}
<div class="form-text">
<i class="bi bi-info-circle"></i>
Shown to the assigned inspector when they open this inspection, on the web and on the iPad.
</div>
</div>
<div class="form-check mb-3">