diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/details.html.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html.jinja b/templates/packages/details.html.jinja index 52d13f14..0b5d0ae8 100644 --- a/templates/packages/details.html.jinja +++ b/templates/packages/details.html.jinja @@ -93,7 +93,7 @@ {% else %} <tr> <th>Base Package:</th> - {% with base = pkg.base_package %}{% if base %} + {% with base = pkg.base_package() %}{% if base %} <td>{{ details.details_link(base) }}</td> {% else %} <td><a href="../{{ pkg.pkgbase }}/" |