Item categories: Show IDs (required for widget usage)

This commit is contained in:
Raphael Michel
2025-04-19 20:35:10 +02:00
parent d1bd719f66
commit c1656158f2

View File

@@ -40,6 +40,10 @@
<tr data-dnd-id="{{ c.id }}">
<td>
<strong><a href="{% url "control:event.items.categories.edit" organizer=request.event.organizer.slug event=request.event.slug category=c.id %}">{{ c.internal_name|default:c.name }}</a></strong>
<br>
<small class="text-muted">
#{{ c.pk }}
</small>
</td>
<td>
{{ c.get_category_type_display }}