diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-12 17:03:24 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-12 17:05:56 +0100 |
| commit | fc5579137bfa56ac7729ea82f28554a3250a0d34 (patch) | |
| tree | b92b5ef5c085e03669a9227fe2512ed7e9d459ed /archaeological_finds/templates | |
| parent | 71b9f7aadd53120957eb3ed288123b1a4e6fe81b (diff) | |
| download | Ishtar-fc5579137bfa56ac7729ea82f28554a3250a0d34.tar.bz2 Ishtar-fc5579137bfa56ac7729ea82f28554a3250a0d34.zip | |
Add a mapping module - Finds: add explicit x, y, z - automatically update point and point_2d
Diffstat (limited to 'archaeological_finds/templates')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 2110a40a7..0b4ac227d 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -55,7 +55,6 @@ {% field_li "Find number" item.find_number %} {% field_li "Minimum number of individuals (MNI)" item.min_number_of_individuals %} -{% field_li "Point of topographic reference" item.topographic_reference_point %} {% field_li "Conservatory state" item.conservatory_state %} {% if item.conservatory_comment %} </ul> @@ -200,6 +199,7 @@ {% field_li "Town" base_find.context_record.parcel.town %} {% field_li "Parcel" base_find.context_record.parcel %} {% field_li_detail "Operation" base_find.context_record.operation %} +{% field_li "Point of topographic reference" base_find.topographic_localisation %} </ul> {% field "Description" base_find.description "<pre>" "</pre>" %} |
