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 | 52736ca1b34f7f004e68ae00a03fa876edf8199d (patch) | |
tree | a7aae1a86c9b4270526e21f0ef1c12233ceca65a /templates | |
parent | 484f8f76cc1c3b44ab7b4b343cdc7ed3f80ed835 (diff) | |
download | troggle-52736ca1b34f7f004e68ae00a03fa876edf8199d.tar.gz troggle-52736ca1b34f7f004e68ae00a03fa876edf8199d.tar.bz2 troggle-52736ca1b34f7f004e68ae00a03fa876edf8199d.zip |
Made a prospecting guide and fixed survex station description. Removed parsing of underground descriptions to wikis.
Diffstat (limited to 'templates')
-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 %} |