Skip to content

fix(FastAPI): use pkgbase in package actions

Kevin Morris requested to merge kevr/aurweb:pu_package_template_fix into pu

Previously, result was being used which was directly set to pkgbase before rendering the actions.html partial. It didn't make much sense. This commit cleans things up a bit.

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports