summaryrefslogtreecommitdiffstats
path: root/templates/dataformat/entrance.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dataformat/entrance.xml')
-rw-r--r--templates/dataformat/entrance.xml7
1 files changed, 4 insertions, 3 deletions
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>