Fix another copy paste error

This commit is contained in:
2023-06-28 16:31:42 +01:00
parent ee5468fdd7
commit f35ce88acc

View File

@@ -170,6 +170,6 @@
{% include 'partials/review_status.html' with perm=perms.RIGS.review_power review='pt_review' %}
</div>
<div class="col-12 text-right">
{% include 'partials/last_edited.html' with target="eventchecklist_history" %}
{% include 'partials/last_edited.html' with target="powertestrecord_history" %}
</div>
{% endblock %}