2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 15:21:52 +00:00

Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 01:41:15 +00:00
parent f87df707ab
commit 0fb9accd05

View File

@ -62,7 +62,7 @@ def caveindex(request):
def millenialcaves(request):
#RW messing around area
response = HttpResponse("Text only, please.", content_type="text/plain")
return render_with_context(request,'caveindex.html')
return HttpResponse("Text only, please.", content_type="text/plain")