mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 21:27:13 +00:00
restored original url /caves to point ot all caves
This commit is contained in:
@@ -205,7 +205,7 @@ def getnotablecaves():
|
||||
print(notablecaves)
|
||||
return notablecaves
|
||||
|
||||
def caveindex(request):
|
||||
def caves_recent(request):
|
||||
caves1623 = list(Cave.objects.filter(areacode="1623"))
|
||||
caves1626 = list(Cave.objects.filter(areacode="1626"))
|
||||
caves1623.sort(key=caveKey)
|
||||
|
||||
Reference in New Issue
Block a user