mirror of
https://github.com/ae-utbm/sith.git
synced 2025-11-03 10:33:06 +00:00
Fix naming, fix tooltip and cosmetic changes
This commit is contained in:
@@ -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},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user