Messing with millenialcaves.html or similar

This commit is contained in:
Rad
2019-02-26 00:45:56 +00:00
parent 46830e903b
commit 44e6fcac33
2 changed files with 3 additions and 11 deletions

View File

@@ -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'})