summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/views_caves.py1
-rw-r--r--templates/caveindex.html2
2 files changed, 3 insertions, 0 deletions
diff --git a/core/views_caves.py b/core/views_caves.py
index f8420d7..0685bca 100644
--- a/core/views_caves.py
+++ b/core/views_caves.py
@@ -51,6 +51,7 @@ def caveCmp(x, y):
def caveindex(request):
caves = Cave.objects.all()
+ newfield = "testing123"
notablecavehrefs = settings.NOTABLECAVESHREFS
notablecaves = [Cave.objects.get(kataster_number=kataster_number) for kataster_number in notablecavehrefs ]
caves1623 = list(Cave.objects.filter(area__short_name = "1623"))
diff --git a/templates/caveindex.html b/templates/caveindex.html
index 7bc5942..5bbf2f3 100644
--- a/templates/caveindex.html
+++ b/templates/caveindex.html
@@ -7,6 +7,8 @@
<h1>Cave Index</h1>
+<p>{{ newfield }}</p>
+
<h3>Notable caves</h3>
<ul>
{% for cave in notablecaves %}