forked from expo/troggle
Messing with millenialcaves.html or similar
This commit is contained in:
parent
43ff6e09be
commit
c888f59ff0
@ -62,7 +62,8 @@ def caveindex(request):
|
||||
|
||||
def millenialcaves(request):
|
||||
#RW messing around area
|
||||
return render_with_context(request,'millenialcaves.html', {'somenonsense': HttpResponse("Here's the text of the Web page.")})
|
||||
response = HttpResponse("Text only, please.", content_type="text/plain")
|
||||
return
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user