mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 06:37:16 +00:00
more explanation about wallet survey lengths
This commit is contained in:
2
urls.py
2
urls.py
@@ -161,7 +161,7 @@ trogglepatterns = [
|
||||
|
||||
re_path(r'^caves$', cavesall, name="cavesall"),
|
||||
re_path(r'^indxal.htm$', cavesall, name="cavesall"), # ~420 hrefs to this url in expoweb files
|
||||
re_path(r'^people/?$', notablepersons, name="notablepersons"),
|
||||
path('people', notablepersons, name="notablepersons"),
|
||||
path('people_ids', people_ids, name="people_ids"),
|
||||
path('folk_export', folk_export, name="folk_export"),
|
||||
path('caveslist', caveslist, name="caveslist"),
|
||||
|
||||
Reference in New Issue
Block a user