diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:45:03 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:45:03 +0000 |
commit | 9d3f37a2ffe3bcb2390bba6093ff568d94708e05 (patch) | |
tree | 6843000678918eceee9201d5595ed45c04ea78ce | |
parent | 74f88afb57c41bb60b7506c570702747f1cc6c54 (diff) | |
download | troggle-9d3f37a2ffe3bcb2390bba6093ff568d94708e05.tar.gz troggle-9d3f37a2ffe3bcb2390bba6093ff568d94708e05.tar.bz2 troggle-9d3f37a2ffe3bcb2390bba6093ff568d94708e05.zip |
Messing with millenialcaves.html or similar
-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 fdb03ff..2ebb3e4 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(HttpResponse("My man", content_type="text/plain")) - return render_with_context(request,'caveindex.html',{'caves1623': HttpResponse("Text only, please.", content_type="text/plain")}) + return render_with_context(request,'caveindex.html',{'caves1623': HttpResponse("Text sdlksd, please.", content_type="text/plain")}) return HttpResponse("Text only, please.", content_type="text/plain") |