Fix naming, fix tooltip and cosmetic changes

This commit is contained in:
2025-10-31 21:51:12 +01:00
parent 118a08372f
commit 917a2b50cc
4 changed files with 7 additions and 33 deletions

View File

@@ -777,7 +777,7 @@ class PosterListView(
"create_url": reverse_lazy(
"club:poster_create", kwargs={"club_id": self.club.id}
),
"edit_url_factory": lambda poster: reverse(
"get_edit_url": lambda poster: reverse(
"club:poster_edit",
kwargs={"club_id": self.club.id, "poster_id": poster.id},
),