diff options
Diffstat (limited to 'templates/cave.html')
-rw-r--r-- | templates/cave.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/cave.html b/templates/cave.html index 8d382c0..7e8e09e 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -442,15 +442,17 @@ div#scene { {% block contentheader %} <table id="cavepage"> <tr> - <th id="kat_no"> + <th id="kat_no"><!-- why is this not showing unofficial_number??--> {% if cave.kataster_number %} {{ cave.kataster_number|safe }} {% if cave.entrancelist %} - {{ cave.entrancelist|safe }} {% endif %} - {% if cave.unofficial_number %} + {% if cave.unofficial_number %} <br />({{ cave.unofficial_number|safe }}) {% endif %} + {% else %} + <br />{{ cave_id|safe }} {% endif %} </th> <th id="name"> |