summaryrefslogtreecommitdiffstats
path: root/core
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
commit32c186afd7451a37ca6b33e2700d329b32eb98de (patch)
tree9fb1f9f52468ee139ef48e114ce60418bb33a627 /core
parent54a9f7a37c48dad97568250616d8d755223b3861 (diff)
downloadtroggle-32c186afd7451a37ca6b33e2700d329b32eb98de.tar.gz
troggle-32c186afd7451a37ca6b33e2700d329b32eb98de.tar.bz2
troggle-32c186afd7451a37ca6b33e2700d329b32eb98de.zip
Messing with millenialcaves.html or similar
Diffstat (limited to 'core')
-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 = []