Still improve the DCC section

This commit is contained in:
2025-05-27 23:49:22 +02:00
parent cc2e374558
commit bd16c7eee7
4 changed files with 76 additions and 16 deletions

View File

@@ -1,4 +1,6 @@
{% load static %}
{% load dcc %}
<div class="col">
<div class="card shadow-sm">
{% if d.item.image.exists %}
@@ -75,7 +77,7 @@
</tr>
<tr>
<th scope="row">DCC</th>
<td>{{ d.item.dcc|safe }}</td>
<td>{% dcc d.item %}</td>
</tr>
</tbody>
</table>