mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(fastapi): fix licenses check
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
cef217388a
commit
5f5fa44d0d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
</td>
|
||||
{% endif %}
|
||||
</tr>
|
||||
{% if licenses and licenses.scalar() and show_package_details %}
|
||||
{% if licenses and licenses.count() and show_package_details %}
|
||||
<tr>
|
||||
<th>{{ "Licenses" | tr }}:</th>
|
||||
<td>{{ licenses | join(', ', attribute='Name') | default('None' | tr) }} </td>
|
||||
|
|
Loading…
Add table
Reference in a new issue