diff options
Diffstat (limited to 'templates/cave_kataster.html')
-rw-r--r-- | templates/cave_kataster.html | 6 |
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 → </button> </form> +<div style="color:red; font-weight: bold; font-size: large"> +{{warning|safe}}<p> +{{error|safe}}</div> {% endblock %} |