diff --git a/app/templates/inspections/view.html b/app/templates/inspections/view.html index 2a07b70..845b590 100644 --- a/app/templates/inspections/view.html +++ b/app/templates/inspections/view.html @@ -537,6 +537,12 @@ Frequency {{ inspection.template.frequency|title }} + {% if inspection.scheduled_inspection and inspection.scheduled_inspection.creator %} +
+ {% endif %} {# ── Submission GPS (admin / director only) ──────────────────────────── #} diff --git a/app/templates/scheduled_inspections/list.html b/app/templates/scheduled_inspections/list.html index f11b3ea..dcef7f9 100644 --- a/app/templates/scheduled_inspections/list.html +++ b/app/templates/scheduled_inspections/list.html @@ -33,6 +33,7 @@