fix page admin 'e' in tags

This commit is contained in:
nathan 2025-08-08 19:56:12 +02:00
parent ec70861552
commit cb41e962b0

View file

@ -356,7 +356,7 @@
</thead>
<tbody>
{% for user in tags %}
e <tr>
<tr>
<th scope="row">{{ user.id }}</th>
<td> {{ user.name }}</td>
<td> <span class="badge badge-sm align-vertical bg-info text-dark">{{ user.tag | safe }}</span> </td>