diff options
author | Martin Green <martin.speleo@gmail.com> | 2012-08-10 19:02:13 +0200 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2012-08-10 19:02:13 +0200 |
commit | 79b7d326644a931c431c2b51dfb783ff15af31de (patch) | |
tree | 8b91860c98c44d175282cb46fdad056f4cfeda3e /templates/cave_uground_description.html | |
parent | dd66ad835ae89aa4e3fd7f30f50e97b39145d640 (diff) | |
download | troggle-79b7d326644a931c431c2b51dfb783ff15af31de.tar.gz troggle-79b7d326644a931c431c2b51dfb783ff15af31de.tar.bz2 troggle-79b7d326644a931c431c2b51dfb783ff15af31de.zip |
Made a prospecting guide and fixed survex station description. Removed parsing of underground descriptions to wikis.
Diffstat (limited to 'templates/cave_uground_description.html')
-rw-r--r-- | templates/cave_uground_description.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cave_uground_description.html b/templates/cave_uground_description.html index 66cc62c..86a5e7e 100644 --- a/templates/cave_uground_description.html +++ b/templates/cave_uground_description.html @@ -1,4 +1,4 @@ - <p>{% if cave.explorers %} +<p>{% if cave.explorers %} <h2>Explorers</h2> {{ cave.explorers|safe }} {% endif %} |