From 572b9047260322ed19cc9f674657b8be8d62c052 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 1 Jun 2018 15:50:52 +0200 Subject: Adapt forms, wizards, views, urls for new management of documents (refs #4107) --- ishtar_common/templates/ishtar/sheet_person.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/templates/ishtar/sheet_person.html') diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index c1fe0504e..a37193572 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -103,6 +103,7 @@ {% dynamic_table_document af 'files' 'responsible_town_planning_service' item.pk '' output %} {% endif %} +{% comment %} {% if item.operation_docs_q.count %} {% trans "Documents associated to operations" as operation_docs %} {% dynamic_table_document operation_docs 'operation_docs' 'person' item.pk '' output %} @@ -117,6 +118,7 @@ {% trans "Documents associated to finds" as finds_docs %} {% dynamic_table_document finds_docs 'finds_docs' 'person' item.pk '' output %} {% endif %} +{% endcomment %} {% endblock %} -- cgit v1.2.3