From: Michael Tremer Date: Wed, 22 Jan 2025 14:41:27 +0000 (+0000) Subject: packages: Fix rendering page and fetch builds manually X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39529d02aa47260f3c44a7e98d30a4ab445f5a3f;p=pbs.git packages: Fix rendering page and fetch builds manually Signed-off-by: Michael Tremer --- diff --git a/src/templates/packages/show.html b/src/templates/packages/show.html index 96047007..6ff9b8aa 100644 --- a/src/templates/packages/show.html +++ b/src/templates/packages/show.html @@ -33,6 +33,9 @@ + {# Fetch all builds #} + {% set builds = package.get_builds() %} +
@@ -42,7 +45,7 @@ {# Dropdown with all Builds #} - {% if package.builds %} + {% if builds %}