Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 01:30:32 +00:00
parent 810ab3ea4f
commit 43ff6e09be

View File

@ -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.")})