diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:35:55 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:35:55 +0000 |
commit | caa7b2c8b257d9206e6443cab37eefa82e2853b8 (patch) | |
tree | e46ed0222d1887d1eab51873c3e584a3f9b89397 | |
parent | 533446098f3beaef59b106c5f08d8ff5ac6a2ac4 (diff) | |
download | troggle-caa7b2c8b257d9206e6443cab37eefa82e2853b8.tar.gz troggle-caa7b2c8b257d9206e6443cab37eefa82e2853b8.tar.bz2 troggle-caa7b2c8b257d9206e6443cab37eefa82e2853b8.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 8709350..d2a0727 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 response = HttpResponse("Text only, please.", content_type="text/plain") - return + return response |