mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-02 11:31:03 +01:00
removing unused fields
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user