feat(fastapi): add id="conflicts" to package details conflicts

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-11 19:53:50 -08:00
parent e8e9edbb21
commit 7aa959150e
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
2 changed files with 13 additions and 2 deletions

View file

@ -70,7 +70,7 @@
</tr>
{% endif %}
{% if show_package_details and conflicts and conflicts.count() %}
<tr>
<tr id="conflicts">
<th>{{ "Conflicts" | tr }}:</th>
<td class="wrap">
{{ conflicts.all() | join(', ', attribute='RelName') }}