From b2adc285b696eca47486f4bc12198ad3f41edda2 Mon Sep 17 00:00:00 2001 From: Rad Date: Tue, 26 Feb 2019 00:45:56 +0000 Subject: Messing with millenialcaves.html or similar --- core/views_caves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views_caves.py') diff --git a/core/views_caves.py b/core/views_caves.py index 3b9360c..30a1d69 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 - return HttpResponse("It's Rad breaking things") + return render_with_context(request,'millenialcaves.html', {'somenonsense': 'aaaaaa'}) -- cgit v1.2.3