mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'show-unflag-link-to-flagger'
This commit is contained in:
commit
93b4cec932
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def make_context(request: Request, pkgbase: PackageBase,
|
|||
).all()
|
||||
]
|
||||
context["unflaggers"] = context["comaintainers"].copy()
|
||||
context["unflaggers"].append(pkgbase.Maintainer)
|
||||
context["unflaggers"].extend([pkgbase.Maintainer, pkgbase.Flagger])
|
||||
|
||||
context["packages_count"] = pkgbase.packages.count()
|
||||
context["keywords"] = pkgbase.keywords
|
||||
|
|
Loading…
Add table
Reference in a new issue