who_are_you field comments

This commit is contained in:
2024-12-28 16:12:44 +00:00
parent 31be79ac80
commit 10cd3ba525
2 changed files with 7 additions and 0 deletions

View File

@@ -55,6 +55,10 @@ code used in the Austrian kataster e.g '1/S +' - https://expo/.survex.com/katast
<extent>{{cave.extent|default_if_none:""|safe }}</extent>
<description_file>{{ cave.description_file|default_if_none:""|safe }}</description_file><!-- Path of top-level description file for this cave, when a separate file is used. Otherwise blank. -->
<!-- No template for who_are_you field as this is ONLY used by the online form system and is not stored in teh database, Only
in the version control system as a label as to who di it. If you are using this template, your personal git details will be used
when you do the manual git commit. -->
</cave>
</body>
</html>

View File

@@ -53,5 +53,8 @@ though, you do not need to do a data import as it happens automatically -->
<other_description>{{ entrance.other_description|default_if_none:""|safe }}</other_description>
<bearings>{{ entrance.bearings|default_if_none:""|safe }}</bearings> <!-- this is now read-only and not editable on the forms-->
</entrance>
<!-- No template for who_are_you field as this is ONLY used by the online form system and is not stored in teh database, Only
in the version control system as a label as to who di it. If you are using this template, your personal git details will be used
when you do the manual git commit. -->
</body>
</html>