Jul 30 - Show scheduled inspection creator on list and task details page

This commit is contained in:
2026-07-31 17:06:13 -04:00
parent d424385747
commit 6513e6b4f6
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -537,6 +537,12 @@
<span class="lbl">Frequency</span>
<span class="val">{{ inspection.template.frequency|title }}</span>
</div>
{% if inspection.scheduled_inspection and inspection.scheduled_inspection.creator %}
<div class="meta-item">
<span class="lbl">Scheduled By</span>
<span class="val">{{ inspection.scheduled_inspection.creator.display_name }}</span>
</div>
{% endif %}
</div>
{# ── Submission GPS (admin / director only) ──────────────────────────── #}