summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 00:47:35 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 00:47:35 +0000
commite5d864359a2792d6f469f1ff6a8f0c7cc029e987 (patch)
treed714e458a3de5c8f207c957823ef3db1f94668f0 /core
parentb2adc285b696eca47486f4bc12198ad3f41edda2 (diff)
downloadtroggle-e5d864359a2792d6f469f1ff6a8f0c7cc029e987.tar.gz
troggle-e5d864359a2792d6f469f1ff6a8f0c7cc029e987.tar.bz2
troggle-e5d864359a2792d6f469f1ff6a8f0c7cc029e987.zip
Messing with millenialcaves.html or similar
Diffstat (limited to 'core')
-rw-r--r--core/views_caves.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views_caves.py b/core/views_caves.py
index 30a1d69..ac76af1 100644
--- a/core/views_caves.py
+++ b/core/views_caves.py
@@ -63,7 +63,7 @@ def caveindex(request):
def millenialcaves(request):
#RW messing around area
- return render_with_context(request,'millenialcaves.html', {'somenonsense': 'aaaaaa'})
+ return render_with_context(request,'millenialcaves.html', {'somenonsense': HttpResponse("Here's the text of the Web page.")})