From 8e8f0e3c4f65933b51e3f9a2b2153c49f8384dcc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 10 Jul 2019 18:02:19 +0200 Subject: Fix context record sheet --- .../templates/ishtar/sheet_contextrecord.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'archaeological_context_records/templates') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index e8c9e9a43..ab2cdc713 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -152,8 +152,8 @@ {% if display_interpretation %} -
+

{% trans "Interpretation"%}

{% field_flex_multiple "Documentation" item.documentations %} @@ -288,8 +288,8 @@ {% endif %} {% if display_documents %} -
+
{% trans "Document from this context record" as cr_docs %} {% if permission_view_own_document or permission_view_document %} {% if item.documents.count %} -- cgit v1.2.3