summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-02-02 03:10:10 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-02-02 03:10:10 +0000
commitf39e2c9bb54b5520212c5ee555566fb659821037 (patch)
treedde97f0112cda696cca397048bfb6681df469326 /templates
parent3003b3c3c30107493ee7a43b821b511fb28c42c8 (diff)
downloadtroggle-f39e2c9bb54b5520212c5ee555566fb659821037.tar.gz
troggle-f39e2c9bb54b5520212c5ee555566fb659821037.tar.bz2
troggle-f39e2c9bb54b5520212c5ee555566fb659821037.zip
many bugs fixed
Diffstat (limited to 'templates')
-rw-r--r--templates/cave_kataster.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/cave_kataster.html b/templates/cave_kataster.html
index 41b5024..a4e189a 100644
--- a/templates/cave_kataster.html
+++ b/templates/cave_kataster.html
@@ -27,7 +27,8 @@ This cave needs to be "katastered". If you have the new number issued by the Aus
{% endif %}
<div style="color:red; font-weight: bold; font-size: large">
-{{warning|safe}}</div>
+{{warning|safe}}<p>
+{{error|safe}}</div>
<h3>Rename the .html files in <var>expoweb</var></h3>
<div style="font-family: monospace; font-weight: bold;">
@@ -190,4 +191,7 @@ OR we can do an online rename of the "Cave" object in the database [code yet to
See what the edits look like &rarr;
</button>
</form>
+<div style="color:red; font-weight: bold; font-size: large">
+{{warning|safe}}<p>
+{{error|safe}}</div>
{% endblock %}