summaryrefslogtreecommitdiffstats
path: root/templates/dataformat/entrance.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dataformat/entrance.xml')
-rw-r--r--templates/dataformat/entrance.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/dataformat/entrance.xml b/templates/dataformat/entrance.xml
index 7acc740..6e48343 100644
--- a/templates/dataformat/entrance.xml
+++ b/templates/dataformat/entrance.xml
@@ -23,7 +23,6 @@ though, you do not need to do a data import as it happens automatically -->
<name>{{ entrance.name|default_if_none:""|safe }}</name>
<entrance_description>{{ entrance.entrance_description|default_if_none:""|safe }}</entrance_description>
<explorers>{{ entrance.explorers|default_if_none:""|safe }}</explorers>
-<map_description>{{ entrance.map_description|default_if_none:""|safe }}</map_description>
<location_description>{{ entrance.location_description|default_if_none:""|safe }}</location_description>
<lastvisit>{{ entrance.lastvisit|default_if_none:""|safe }}</lastvisit>
<approach>{{ entrance.approach|default_if_none:""|safe }}</approach>
@@ -52,7 +51,7 @@ though, you do not need to do a data import as it happens automatically -->
<tag_station>{{ entrance.tag_station|default_if_none:""|safe }}</tag_station>
<other_station>{{ entrance.other_station|default_if_none:""|safe }}</other_station>
<other_description>{{ entrance.other_description|default_if_none:""|safe }}</other_description>
-<bearings>{{ entrance.bearings|default_if_none:""|safe }}</bearings>
+<bearings>{{ entrance.bearings|default_if_none:""|safe }}</bearings> <!-- this is now read-only and not editable on the forms-->
</entrance>
</body>
</html>