summaryrefslogtreecommitdiffstats
path: root/templates/cave_kataster.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cave_kataster.html')
-rw-r--r--templates/cave_kataster.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/cave_kataster.html b/templates/cave_kataster.html
new file mode 100644
index 0000000..fc24246
--- /dev/null
+++ b/templates/cave_kataster.html
@@ -0,0 +1,18 @@
+{% extends "base.html" %}
+{% block title %}Cave Kataster status report
+<!-- cave_debug.html - this text visible because this template has been included -->
+{% endblock %}
+
+{% block content %}
+
+
+
+<h2>Caves kataster status</h2>
+
+
+{% if cave.kataster_status %}
+{{c.kataster_status |safe}}
+{% endif %}
+
+<a href="/{{cave.url}}">{{cave.slug}}</a>
+{% endblock %}