diff options
Diffstat (limited to 'templates/dataformat')
-rw-r--r-- | templates/dataformat/cave.xml | 4 | ||||
-rw-r--r-- | templates/dataformat/entrance.xml | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/templates/dataformat/cave.xml b/templates/dataformat/cave.xml index 42fc122..f7e0c6b 100644 --- a/templates/dataformat/cave.xml +++ b/templates/dataformat/cave.xml @@ -10,7 +10,9 @@ though, you do not need to do a data import as it happens automatically --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> </head> <body> -<b>This file is generated by troggle</b> on {{date}} UTC using the form documented at /handbook/survey/caveentry.html +<b>This file is generated by troggle</b> on {{date}} UTC using the form documented at +the form documented at +<a ="/handbook/survey/caveentry.html">handbook/survey/caveentry.html</a> <br> <cave> diff --git a/templates/dataformat/entrance.xml b/templates/dataformat/entrance.xml index 92d8757..3f0bc3e 100644 --- a/templates/dataformat/entrance.xml +++ b/templates/dataformat/entrance.xml @@ -14,11 +14,12 @@ though, you do not need to do a data import as it happens automatically --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> </head> <body> -<b>This file is generated by troggle</b> on {{date}} UTC using the form documented at handbook/survey/ententry.html +<b>This file is generated by troggle</b> on {{date}} UTC using the form documented at +<a ="/handbook/survey/ententry.html">handbook/survey/ententry.html</a> <br> <entrance> -<non_public>{{ entrance.non_public }}</non_public>{% for slug in entrance.entranceslug_set.all %} -<slug>{{ slug.slug|default_if_none:""|safe }}</slug>{% endfor %} +<non_public>{{ entrance.non_public }}</non_public> +<slug>{{ entrance.slug|safe }}</slug> <!-- one entrance and one slug per entrance_data file --> <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> |