summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_find.html
diff options
context:
space:
mode:
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
commita284cfd414663d878a01ab7cbcb1c25d3a45fcfe (patch)
treeb92b5ef5c085e03669a9227fe2512ed7e9d459ed /archaeological_finds/templates/ishtar/sheet_find.html
parentebce71ee6d96820ebebccc912d4636d04278fed3 (diff)
downloadIshtar-a284cfd414663d878a01ab7cbcb1c25d3a45fcfe.tar.bz2
Ishtar-a284cfd414663d878a01ab7cbcb1c25d3a45fcfe.zip
Add a mapping module - Finds: add explicit x, y, z - automatically update point and point_2d
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html2
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>" %}