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 | ef38b21c7150712a9ad93ca17ed7732ad1f98026 (patch) | |
tree | ec210f792866c995a8d67f350c4a12be9da494e6 /archaeological_context_records | |
parent | ab86d31c813a2c7307cfcf111faace1d6ac53d90 (diff) | |
download | Ishtar-ef38b21c7150712a9ad93ca17ed7732ad1f98026.tar.bz2 Ishtar-ef38b21c7150712a9ad93ca17ed7732ad1f98026.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 %} |