2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-03-21 01:31:50 +00:00

Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 01:34:09 +00:00
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