mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(fastapi): simplify package details database queries
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
a33e9bd571
commit
e8e9edbb21
2 changed files with 5 additions and 13 deletions
|
@ -66,7 +66,7 @@
|
|||
{% if show_package_details and licenses and licenses.count() %}
|
||||
<tr>
|
||||
<th>{{ "Licenses" | tr }}:</th>
|
||||
<td>{{ licenses.all() | join(', ', attribute='Name') | default('None' | tr) }} </td>
|
||||
<td>{{ licenses.all() | join(', ', attribute='License.Name') }} </td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if show_package_details and conflicts and conflicts.count() %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue