forked from expo/troggle
docum and defaults in template cave-data xml
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<location_description>{{ entrance.location_description|default_if_none:""|safe }}</location_description>
|
||||
<approach>{{ entrance.approach|default_if_none:""|safe }}</approach>
|
||||
<underground_description>{{ entrance.underground_description|default_if_none:""|safe }}</underground_description>
|
||||
<photo>{{ entrance.photo|default_if_none:""|safe }}</photo>
|
||||
<photo>{{ entrance.photo|default_if_none:"<img src='/1623/000/000.jpg' />"|safe }}</photo>
|
||||
<!-- marking options: P = Paint,
|
||||
P? = Paint (?),
|
||||
T = Tag,
|
||||
|
||||
Reference in New Issue
Block a user