diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-24 12:52:03 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:25 +0100 |
commit | 78cf79f49659a07368e17a44d336964a0600032d (patch) | |
tree | ec210f792866c995a8d67f350c4a12be9da494e6 /archaeological_context_records | |
parent | 06d2cde5260c46d865b3032e6be33a4340edf3d4 (diff) | |
download | Ishtar-78cf79f49659a07368e17a44d336964a0600032d.tar.bz2 Ishtar-78cf79f49659a07368e17a44d336964a0600032d.zip |
Operation sheet: fix click on image
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index e6097db42..72b06785b 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -121,6 +121,7 @@ {% field_flex_2 "Type" item.unit %} </div> </div> + <hr class="clearfix"> <h3>{% trans "Description"%}</h3> <div class="row"> {% field_flex "Excavation technique" item.excavation_technic '' '' has_image %} |