mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-20 01:42:30 +00:00
Messing with millenialcaves.html or similar
This commit is contained in:
parent
04a7e770c5
commit
533446098f
@ -62,7 +62,8 @@ def caveindex(request):
|
|||||||
|
|
||||||
def millenialcaves(request):
|
def millenialcaves(request):
|
||||||
#RW messing around area
|
#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