diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:30:32 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:30:32 +0000 |
commit | 04a7e770c554742a1e85ae4bd165045742c28fdf (patch) | |
tree | 931e47ed8d032eba58ac6a864c593c069d99deaf | |
parent | ec548db8a9556868b429b25aff25233b82a12994 (diff) | |
download | troggle-04a7e770c554742a1e85ae4bd165045742c28fdf.tar.gz troggle-04a7e770c554742a1e85ae4bd165045742c28fdf.tar.bz2 troggle-04a7e770c554742a1e85ae4bd165045742c28fdf.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 d5382cc..bda2de4 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 - return render_with_context(request,'caveindex.html', {'somenonsense': HttpResponse("Here's the text of the Web page.")}) + return render_with_context(request,'millenialcaves.html', {'somenonsense': HttpResponse("Here's the text of the Web page.")}) |