2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-05-07 02:29:50 +01: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
+1 -1
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")