Jul 30 - Show scheduled inspection creator on list and task details page
This commit is contained in:
@@ -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) ──────────────────────────── #}
|
||||
|
||||
Reference in New Issue
Block a user