summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 00:33:04 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 00:33:04 +0000
commit8c145d88ceae0ea8060a2e430380eacef6e5c9af (patch)
treee7bf4b63b56604f08dbac6dd2127a2a86592a436
parente55b533504b92429b454bb4dcbc2f622e4d2fe59 (diff)
downloadtroggle-8c145d88ceae0ea8060a2e430380eacef6e5c9af.tar.gz
troggle-8c145d88ceae0ea8060a2e430380eacef6e5c9af.tar.bz2
troggle-8c145d88ceae0ea8060a2e430380eacef6e5c9af.zip
Messing with millenialcaves.html or similar
-rw-r--r--core/views_caves.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views_caves.py b/core/views_caves.py
index f3073a9..a988604 100644
--- a/core/views_caves.py
+++ b/core/views_caves.py
@@ -62,6 +62,7 @@ def caveindex(request):
def millenialcaves(request):
#RW messing around area
caves = Cave.objects.all()
+ return HttpResponse("It's Rad breaking things")
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"))