mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-02 07:51:01 +01:00
TIdy and docum of cave entry code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<!-- Only put one entrance in this file -->
|
||||
<!-- This file is generated using the form documented at /handbook/survey/caveentry.html -->
|
||||
<!-- This file is generated by troggle using the form documented at handbook/survey/ententry.html -->
|
||||
<!-- If you edit this file by hand, make sure you update the database by doing a full data import -->
|
||||
|
||||
<!-- See http://expo.survex.com/handbook/survey/caveentryfields.html for current details on filling in this form -->
|
||||
@@ -12,6 +12,8 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
</head>
|
||||
<body>
|
||||
<b>This file is generated by troggle </b>using the form documented at handbook/survey/ententry.html
|
||||
<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 %}
|
||||
|
||||
Reference in New Issue
Block a user