From fe446a41c3ff945c94314bf64b5287bf4c3397d3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 20 Jan 2023 17:08:54 +0100 Subject: PDF export: fix new line on
 blocks

---
 archaeological_finds/templates/ishtar/sheet_find.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'archaeological_finds')

diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index b4954b7e6..d72d26b12 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -543,10 +543,11 @@
   {% if not is_external and display_geo %}
   
+

{% trans "Geographic data" %}

{% for base_find in item.base_finds.all %} {% with geo_item=base_find %} -

{% if base_find.complete_identifier %}{{ base_find.complete_identifier }}{% else %}{{base_find.short_id}}{% endif %}

+

{% if base_find.complete_identifier %}{{ base_find.complete_identifier }}{% else %}{{base_find.short_id}}{% endif %}

{% with current_geolabel=base_find %} {% include "ishtar/blocks/sheet_geographic.html" %} {% endwith %} {% endwith %} -- cgit v1.2.3