diff options
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 %} |