diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-10-12 22:09:58 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-10-12 22:09:58 +0300 |
commit | b81b4ef2ef8c96bfac10a3e8a0529a069ef9a605 (patch) | |
tree | 055e69daded8a79349843ba43ed14322f72e5536 /templates/dataformat | |
parent | 52c0ab213a6346f3ca5028d13ddbe11aa75aff8d (diff) | |
download | troggle-b81b4ef2ef8c96bfac10a3e8a0529a069ef9a605.tar.gz troggle-b81b4ef2ef8c96bfac10a3e8a0529a069ef9a605.tar.bz2 troggle-b81b4ef2ef8c96bfac10a3e8a0529a069ef9a605.zip |
Add date of update to the generated html file
Diffstat (limited to 'templates/dataformat')
-rw-r--r-- | templates/dataformat/cave.xml | 4 | ||||
-rw-r--r-- | templates/dataformat/entrance.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/dataformat/cave.xml b/templates/dataformat/cave.xml index 314e5db..67534bd 100644 --- a/templates/dataformat/cave.xml +++ b/templates/dataformat/cave.xml @@ -1,5 +1,5 @@ <!DOCTYPE html> -<!-- This file is generated by troggle using the form documented at /handbook/survey/caveentry.html --> +<!-- This file is generated by troggle on {{date}} UTC using the form documented at /handbook/survey/caveentry.html --> <!-- Only put one cave in this file --> <!-- If you edit this 1623-nnn.html file by hand, make sure you update the database by doing a full data import --> <!-- ALTERNATIVELY you can download an example template from expoweb/templates/cave_data.html --> @@ -8,7 +8,7 @@ <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/caveentry.html +<b>This file is generated by troggle</b> on {{date}} UTC using the form documented at /handbook/survey/caveentry.html <br> <cave> diff --git a/templates/dataformat/entrance.xml b/templates/dataformat/entrance.xml index 2551a57..1ed4f37 100644 --- a/templates/dataformat/entrance.xml +++ b/templates/dataformat/entrance.xml @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- Only put one entrance in this file --> -<!-- This file is generated by troggle using the form documented at handbook/survey/ententry.html --> +<!-- This file is generated by troggle on {{date}} UTC 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,7 +12,7 @@ <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 +<b>This file is generated by troggle</b> on {{date}} UTC 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 %} |