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

@@ -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}
),
}