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

Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 14:05:41 +00:00
parent 0a170c8ed5
commit a4c0b1129c

View File

@ -62,6 +62,7 @@ def caveindex(request):
def millenialcaves(request):
#RW messing around area
return HttpResponse("Test text", content_type="text/plain")
caves = Cave.objects.all()
notablecavehrefs = settings.NOTABLECAVESHREFS
notablecaves = []