diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:46:54 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:46:54 +0000 |
commit | 60d8139a05e95449a0a301e5a06f676f93dc8eb1 (patch) | |
tree | a56e90e1538e1e60a9e04e27929d19abcac4d4f7 /core | |
parent | f03b6b431974f025ff3ece15837916f790030562 (diff) | |
download | troggle-60d8139a05e95449a0a301e5a06f676f93dc8eb1.tar.gz troggle-60d8139a05e95449a0a301e5a06f676f93dc8eb1.tar.bz2 troggle-60d8139a05e95449a0a301e5a06f676f93dc8eb1.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 7340e3f..42f227f 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -64,7 +64,7 @@ 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("sdlksd, please.", content_type="text/plain")}) - return HttpResponse("Text only, please.", content_type="text/plain") + return HttpResponse("blurrnsngsl.", content_type="text/plain") |