diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:43:54 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:43:54 +0000 |
commit | 74f88afb57c41bb60b7506c570702747f1cc6c54 (patch) | |
tree | f1a5aa4add7499f017d7dd3d9b5e681660749a6d /core | |
parent | 3466a46db5aa71363bfb25aaa20a5f7db0dfdced (diff) | |
download | troggle-74f88afb57c41bb60b7506c570702747f1cc6c54.tar.gz troggle-74f88afb57c41bb60b7506c570702747f1cc6c54.tar.bz2 troggle-74f88afb57c41bb60b7506c570702747f1cc6c54.zip |
Messing with millenialcaves.html or similar
Diffstat (limited to 'core')
-rw-r--r-- | core/views_caves.py | 2 |
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") |