Fixing cave edit form and cave creation parser

This commit is contained in:
Philip Sargent
2021-04-25 04:04:53 +01:00
parent 20c42b14bf
commit a656ada67a
4 changed files with 32 additions and 16 deletions

View File

@@ -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">