diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-14 18:22:26 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-14 18:22:26 +0200 |
| commit | 44d4e1a733511c027e6381aaf88fd6f445d3659d (patch) | |
| tree | 49679dad3824d35b976ec987ef54f8552d591dd8 /archaeological_finds/templates/ishtar/sheet_find.html | |
| parent | e79f877d5110283524c8f4c144c53bc0c83459bb (diff) | |
| parent | 7db4ca0a344c2e2890170f3fd08c961f7da9da44 (diff) | |
| download | Ishtar-44d4e1a733511c027e6381aaf88fd6f445d3659d.tar.bz2 Ishtar-44d4e1a733511c027e6381aaf88fd6f445d3659d.zip | |
Merge branch 'master' into v0.9
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index d21c85856..d23de0e8e 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -45,10 +45,19 @@ {% if item.weight %}{% with item.weight|add:' '|add:item.weight_unit as weight %} {% field_li "Weight" weight %} {% endwith %}{% endif %} -{% field_li "Weight" item.weight %} +{% if item.dimensions_comment %} +</ul> +{% field "Dimensions comment" item.dimensions_comment "<pre>" "</pre>" %} +<ul class='form-flex'> +{% endif %} {% field_li "Find number" item.find_number %} {% field_li "Conservatory state" item.conservatory_state %} +{% if item.conservatory_comment %} +</ul> +{% field "Conservatory comment" item.conservatory_comment "<pre>" "</pre>" %} +<ul class='form-flex'> +{% endif %} {% field_li_multiple "Type of preservation to consider" item.preservation_to_considers %} {% field_li_multiple "Object types" item.object_types %} {% field_li_multiple "Integrity" item.integrities %} |
