diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-03 17:26:41 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-03 17:26:41 +0100 |
commit | 13cc881d6eb1da1ab4abed8dc11d2574ce37edda (patch) | |
tree | 0ff4927ac85605a24df691361e8306175abfbefb /archaeological_context_records/templates | |
parent | 93b83586f6b291ac4c4b2ac30ceb96aede1cf650 (diff) | |
download | Ishtar-13cc881d6eb1da1ab4abed8dc11d2574ce37edda.tar.bz2 Ishtar-13cc881d6eb1da1ab4abed8dc11d2574ce37edda.zip |
Extra actions: regenerate external_id
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 108f5ace5..a7d01c6dd 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -118,7 +118,7 @@ </div> </div> {% else %} - <div class='row'> + <div> <p class='window-refs'>{{ item.parcel.short_label }}</p> <p class="window-refs">{{ item.label|default:"" }}</p> {% include "ishtar/blocks/sheet_external_id.html" %} |