From 99cd78ea5eae6496556dec4eca25a093108aee76 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 17 May 2022 16:48:27 +0200 Subject: Operation: fix operations relations listing (refs #5364) --- archaeological_operations/templates/ishtar/sheet_operation.html | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_operations') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 88fa2356a..0afeee078 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -330,6 +330,7 @@

{% trans "Relations"%}

{% for rel in item.right_relations.all %} {% ifchanged rel.relation_type %} + {% if forloop.counter0 %}{% endif %}

{{rel.relation_type}}

{% endifchanged %}
-- cgit v1.2.3