summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 01:43:54 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 01:43:54 +0000
commit74f88afb57c41bb60b7506c570702747f1cc6c54 (patch)
treef1a5aa4add7499f017d7dd3d9b5e681660749a6d
parent3466a46db5aa71363bfb25aaa20a5f7db0dfdced (diff)
downloadtroggle-74f88afb57c41bb60b7506c570702747f1cc6c54.tar.gz
troggle-74f88afb57c41bb60b7506c570702747f1cc6c54.tar.bz2
troggle-74f88afb57c41bb60b7506c570702747f1cc6c54.zip
Messing with millenialcaves.html or similar
-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 a1a4093..fdb03ff 100644
--- a/core/views_caves.py
+++ b/core/views_caves.py
@@ -62,7 +62,7 @@ def caveindex(request):
def millenialcaves(request):
#RW messing around area
- return render(HttpResponse("Text only, please.", content_type="text/plain"))
+ return render(HttpResponse("My man", content_type="text/plain"))
return render_with_context(request,'caveindex.html',{'caves1623': HttpResponse("Text only, please.", content_type="text/plain")})
return HttpResponse("Text only, please.", content_type="text/plain")