diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2022-12-29 15:07:58 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2022-12-29 15:07:58 +0000 |
commit | 1ab7528f7b27aabae52dff7727030929f3c3649d (patch) | |
tree | 17c29fb5f4920875915c197dd1be5f8f891f09dd /templates/_cave_uground_description.html | |
parent | de74cd486789231eff374c9d6bef828f54e715b9 (diff) | |
download | troggle-1ab7528f7b27aabae52dff7727030929f3c3649d.tar.gz troggle-1ab7528f7b27aabae52dff7727030929f3c3649d.tar.bz2 troggle-1ab7528f7b27aabae52dff7727030929f3c3649d.zip |
Clean up unused templates. All checked.
Diffstat (limited to 'templates/_cave_uground_description.html')
-rw-r--r-- | templates/_cave_uground_description.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/templates/_cave_uground_description.html b/templates/_cave_uground_description.html deleted file mode 100644 index 86a5e7e..0000000 --- a/templates/_cave_uground_description.html +++ /dev/null @@ -1,36 +0,0 @@ -<p>{% if cave.explorers %} - <h2>Explorers</h2> - {{ cave.explorers|safe }} -{% endif %} -{% if cave.underground_description %} - <h2>Underground Description</h2> - {{ cave.underground_description|safe }} -{% endif %} -{% if cave.equipment %} - <h2>Equipment</h2> - {{ cave.equipment|safe }} -{% endif %} -{% if cave.references %} - <h2>References</h2> - {{ cave.references|safe }} -{% endif %} -{% if cave.survey %} - <h2>Survey</h2> - {{ cave.survey|safe }} -{% endif %} -{% if cave.kataster_status %} - <h2>Kataster_status</h2> - {{ cave.kataster_status|safe }} -{% endif %} -{% if cave.underground_centre_line %} - <h2>Underground Centre Line</h2> - {{ cave.underground_centre_line|safe }} -{% endif %} -{% if cave.survex_file %} - <h2>Survex File</h2> - {{ cave.survex_file|safe }} -{% endif %} -{% if cave.notes %} - <h2>Notes</h2> - {{ cave.notes|safe }} -{% endif %}</p> |