summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 14:05:41 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 14:05:41 +0000
commita4c0b1129cf540abf779869f4ebb1004a2811593 (patch)
tree9fb1f9f52468ee139ef48e114ce60418bb33a627
parent0a170c8ed569e7a4746bf0b9823dc2f20ed7009e (diff)
downloadtroggle-a4c0b1129cf540abf779869f4ebb1004a2811593.tar.gz
troggle-a4c0b1129cf540abf779869f4ebb1004a2811593.tar.bz2
troggle-a4c0b1129cf540abf779869f4ebb1004a2811593.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 42f5c35..23b45a6 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
+ return HttpResponse("Test text", content_type="text/plain")
caves = Cave.objects.all()
notablecavehrefs = settings.NOTABLECAVESHREFS
notablecaves = []