forked from expo/troggle
Messing with millenialcaves.html or similar
This commit is contained in:
parent
a89123755c
commit
38b658fd3f
@ -62,7 +62,7 @@ def caveindex(request):
|
||||
|
||||
def millenialcaves(request):
|
||||
#RW messing around area
|
||||
return render(HttpResponse("Text only, please.", content_type="text/plain"))
|
||||
return render(HttpResponse("My man", content_type="text/plain"))
|
||||
return render_with_context(request,'caveindex.html',{'caves1623': HttpResponse("Text only, please.", content_type="text/plain")})
|
||||
return HttpResponse("Text only, please.", content_type="text/plain")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user