summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-01-20 17:08:54 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2023-01-20 17:08:54 +0100
commit5d303aa0a3ca38a0b059cccdccf54c150c73e568 (patch)
tree506ba84eae7db7612285aad8d50118aba0d15bb1 /archaeological_finds
parent2590d0cf37e3a158a5a1889a1c4c3c8bb4ba4bcc (diff)
downloadIshtar-5d303aa0a3ca38a0b059cccdccf54c150c73e568.tar.bz2
Ishtar-5d303aa0a3ca38a0b059cccdccf54c150c73e568.zip
PDF export: fix new line on <pre> blocks
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html3
1 files changed, 2 insertions, 1 deletions
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 %}
<div class="tab-pane fade" id="{{window_id}}-geodata"
role="tabpanel" aria-labelledby="{{window_id}}-geodata-tab">
+ <h3>{% trans "Geographic data" %}</h3>
{% for base_find in item.base_finds.all %}
{% with geo_item=base_find %}
- <h3>{% if base_find.complete_identifier %}{{ base_find.complete_identifier }}{% else %}{{base_find.short_id}}{% endif %}</h3>
+ <h4>{% if base_find.complete_identifier %}{{ base_find.complete_identifier }}{% else %}{{base_find.short_id}}{% endif %}</h4>
{% with current_geolabel=base_find %}
{% include "ishtar/blocks/sheet_geographic.html" %}
{% endwith %} {% endwith %}