2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 01:07:07 +00:00

Documn. and tidy import

This commit is contained in:
2024-12-29 22:53:04 +00:00
parent 52600df2f2
commit 2623af92c4
3 changed files with 7 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ def get_cave_from_slug(caveslug):
return None
def caveslugfwd(request, slug):
"""This is ass backwards. It would be better style to have the slug-identified request be the master, and have
"""This is arse-backwards. It would be better style to have the slug-identified request be the master, and have
other paths redirect to it, rather than what we have here.
Pending a change where we remove cave.url as a field and have an explicit fixed convention instead.
"""