From f35ce88acc965ad39a22a2a6550bd36dab2a5914 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Wed, 28 Jun 2023 16:31:42 +0100 Subject: [PATCH] Fix another copy paste error --- RIGS/templates/hs/power_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/templates/hs/power_detail.html b/RIGS/templates/hs/power_detail.html index cafdcf65..b649a33b 100644 --- a/RIGS/templates/hs/power_detail.html +++ b/RIGS/templates/hs/power_detail.html @@ -170,6 +170,6 @@ {% include 'partials/review_status.html' with perm=perms.RIGS.review_power review='pt_review' %}
-{% include 'partials/last_edited.html' with target="eventchecklist_history" %} +{% include 'partials/last_edited.html' with target="powertestrecord_history" %}
{% endblock %}