diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-05-17 16:48:27 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-05-17 16:48:27 +0200 |
commit | b175cc96dc3794a16a647bc100dea8cb12d998be (patch) | |
tree | b37370ed911eed4fb5f7848b85a160c9800486b5 /archaeological_operations | |
parent | ab8b59c90c3b528815bc0f016355d73a70dddae6 (diff) | |
download | Ishtar-b175cc96dc3794a16a647bc100dea8cb12d998be.tar.bz2 Ishtar-b175cc96dc3794a16a647bc100dea8cb12d998be.zip |
Operation: fix operations relations listing (refs #5364)
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <h3>{% trans "Relations"%}</h3> {% for rel in item.right_relations.all %} {% ifchanged rel.relation_type %} + {% if forloop.counter0 %}</div>{% endif %} <h4>{{rel.relation_type}}</h4> <div class="row">{% endifchanged %} <div class="col-12"> |