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 | a2fcbae129dcbd5f43387195f2aab26d91747328 (patch) | |
tree | a56e90e1538e1e60a9e04e27929d19abcac4d4f7 /core | |
parent | e9077542c929d97ef71076d5d367a80bd950d733 (diff) | |
download | troggle-a2fcbae129dcbd5f43387195f2aab26d91747328.tar.gz troggle-a2fcbae129dcbd5f43387195f2aab26d91747328.tar.bz2 troggle-a2fcbae129dcbd5f43387195f2aab26d91747328.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") |