mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
remove unneeded comment
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
718ae1acba
commit
e15a18e9fb
1 changed files with 1 additions and 1 deletions
|
@ -111,6 +111,6 @@ async def package_base(request: Request, name: str) -> Response:
|
||||||
|
|
||||||
# Add our base information.
|
# Add our base information.
|
||||||
context = await make_single_context(request, pkgbase)
|
context = await make_single_context(request, pkgbase)
|
||||||
context["packages"] = pkgbase.packages.all() # Doesn't need to be here.
|
context["packages"] = pkgbase.packages.all()
|
||||||
|
|
||||||
return render_template(request, "pkgbase.html", context)
|
return render_template(request, "pkgbase.html", context)
|
||||||
|
|
Loading…
Add table
Reference in a new issue