allow editing ent letter if blank on many ent caves

This commit is contained in:
2023-08-04 09:29:25 +03:00
parent bed663a031
commit 2c509d085e
2 changed files with 14 additions and 8 deletions

View File

@@ -18,11 +18,11 @@ so the Easting/Northing fields will be blank.
</ul>
{% if entlettereditable %}
<table>{{ entletter }}</table>
<table>{{ entletterform }}</table>
{% else %}
<table><tr><th>Entrance Letter</th><td>{{ entletter }}</td></table>
{% endif %}
<table>{{ form }}</table>
<table>{{ entform }}</table>
<p><input type="submit" value="Submit" /></p>
</form>