From 04a7e770c554742a1e85ae4bd165045742c28fdf Mon Sep 17 00:00:00 2001 From: Rad <radost.waszkiewicz@gmail.com> Date: Tue, 26 Feb 2019 01:30:32 +0000 Subject: [PATCH] Messing with millenialcaves.html or similar --- core/views_caves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")})