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 | 54f1404aadea27ecbae51978bfbd673b9e40d25d (patch) | |
tree | 0ff4927ac85605a24df691361e8306175abfbefb /archaeological_context_records/templates | |
parent | 842ce120106ccb604e160102c63eb1326f899fb3 (diff) | |
download | Ishtar-54f1404aadea27ecbae51978bfbd673b9e40d25d.tar.bz2 Ishtar-54f1404aadea27ecbae51978bfbd673b9e40d25d.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" %} |