diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-15 10:20:01 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-15 10:20:01 +0200 |
commit | 29879fdde29161b2a315488467bb934e45c94a6d (patch) | |
tree | 30757222ff3e12f90a18bc0cf4f2b258aee7dbab /templates/dataformat | |
parent | 7ddf7fe373735cdf20f670c06a1a6fc282406252 (diff) | |
download | troggle-29879fdde29161b2a315488467bb934e45c94a6d.tar.gz troggle-29879fdde29161b2a315488467bb934e45c94a6d.tar.bz2 troggle-29879fdde29161b2a315488467bb934e45c94a6d.zip |
fix comment
Diffstat (limited to 'templates/dataformat')
-rw-r--r-- | templates/dataformat/cave.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dataformat/cave.xml b/templates/dataformat/cave.xml index e7f12e6..3f132c3 100644 --- a/templates/dataformat/cave.xml +++ b/templates/dataformat/cave.xml @@ -45,7 +45,7 @@ code used in the Austrian kataster e.g '1/S +' - https://expo/.survex.com/katast </entrance> {% endfor %} <explorers>{{ cave.explorers|default_if_none:""|safe }}</explorers><!-- 'CUCC Expo' and year(s) of exploration. To distinguish from caves explored by foreign groups. Individual names can be given too if it was a small cave. --> -<survex_file>{{ cave.survex_file|default_if_none:"caves-1623/000/000.svx"|safe }}</survex_file><!-- Name of top-level survey file for this cave. Relative to the 'loser' survex repository. So for most caves that's "caves/cavenum/cavnum.svx". (e.g. caves/204/204.svx --> +<survex_file>{{ cave.survex_file|default_if_none:"caves-1623/000/000.svx"|safe }}</survex_file><!-- Name of top-level survey file for this cave. Relative to the 'loser' survex repository. So for most caves that's "caves-162x/cavenum/cavnum.svx". (e.g. caves-1623/204/204.svx --> <underground_description>{{ cave.underground_description|default_if_none:""|safe }}</underground_description><!-- Underground description. (description of approach and entrance goes in entrance file). For a small cave this will be the entire description. For larger caves it will be the front page of the description, or a short intro, containing links to other pages with the cave description in, or even nothing but a link. --> <equipment>{{ cave.equipment|default_if_none:""|safe }}</equipment><!-- For a small cave, summary of gear needed to descend. For longer caves it could be blank, a table, or just refer to the description/topos. Leave blank if this info is in the description. --> <references>{{ cave.references|default_if_none:""|safe }}</references><!-- References to documentation. Could be Journal articles or Logbook entries. Can be links if the docs are online. --> |