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