summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 00:45:56 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 00:45:56 +0000
commitb2adc285b696eca47486f4bc12198ad3f41edda2 (patch)
tree23b1a18b207d383ff26f3a1e4897c057abd8300d /core
parent8af604262d99664ed912249c40ed4e85b20b1a0e (diff)
downloadtroggle-b2adc285b696eca47486f4bc12198ad3f41edda2.tar.gz
troggle-b2adc285b696eca47486f4bc12198ad3f41edda2.tar.bz2
troggle-b2adc285b696eca47486f4bc12198ad3f41edda2.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 3b9360c..30a1d69 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 HttpResponse("It's Rad breaking things")
+ return render_with_context(request,'millenialcaves.html', {'somenonsense': 'aaaaaa'})