2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 14:37:28 +00:00

Messing with millenialcaves.html or similar

This commit is contained in:
Rad
2019-02-26 01:37:52 +00:00
parent a2cb771fc1
commit f87df707ab

View File

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