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:
@@ -650,7 +650,7 @@ class PosterListView(PermissionRequiredMixin, ComTabsMixin, PosterListBaseView):
|
||||
current_tab = "posters"
|
||||
extra_context = {
|
||||
"create_url": reverse_lazy("com:poster_create"),
|
||||
"edit_url_factory": lambda poster: reverse(
|
||||
"get_edit_url": lambda poster: reverse(
|
||||
"com:poster_edit", kwargs={"poster_id": poster.id}
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user