diff options
Diffstat (limited to 'core/views/caves.py')
-rw-r--r-- | core/views/caves.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/caves.py b/core/views/caves.py index 84f0569..d5e0fe3 100644 --- a/core/views/caves.py +++ b/core/views/caves.py @@ -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. """ |