diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:41:15 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:41:15 +0000 |
commit | 49afebaf97fe6cc32cc5828fbd9dff858762fb63 (patch) | |
tree | 209a655246b09971d9e28e27e87ba2f1d85cde5a | |
parent | a4f6ad1d9f1c8bfe8578be2c3cc19a40109b5dde (diff) | |
download | troggle-49afebaf97fe6cc32cc5828fbd9dff858762fb63.tar.gz troggle-49afebaf97fe6cc32cc5828fbd9dff858762fb63.tar.bz2 troggle-49afebaf97fe6cc32cc5828fbd9dff858762fb63.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 113e83f..6f7b4a5 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -62,7 +62,7 @@ def caveindex(request): def millenialcaves(request): #RW messing around area - response = HttpResponse("Text only, please.", content_type="text/plain") + return render_with_context(request,'caveindex.html') return HttpResponse("Text only, please.", content_type="text/plain") |