diff options
Diffstat (limited to 'templates/entrance.html')
-rw-r--r-- | templates/entrance.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/entrance.html b/templates/entrance.html index b148837..a59410c 100644 --- a/templates/entrance.html +++ b/templates/entrance.html @@ -1,6 +1,5 @@ {% extends "base.html" %} - - +{% load wiki_markup %} {% block title %}{{ cave.official_name|wiki_to_html }} - {{ entrance_letter|wiki_to_html }}{% endblock %} |