2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-04-02 16:11:00 +01:00

docum and defaults in template cave-data xml

This commit is contained in:
Philip Sargent
2021-04-14 01:52:42 +01:00
parent 4a13232467
commit 54d98f58f3
2 changed files with 11 additions and 10 deletions

View File

@@ -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,