2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-03-04 09:29:36 +00:00

Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 00:47:35 +00:00
parent 44e6fcac33
commit e8ce3e7140

@ -63,7 +63,7 @@ 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': 'aaaaaa'}) return render_with_context(request,'millenialcaves.html', {'somenonsense': HttpResponse("Here's the text of the Web page.")})