Update music display in group detail template to expand empty message cell

This commit is contained in:
Edgar P. Burkhart 2025-06-14 10:02:32 +02:00
parent 700ab7ecca
commit 43ec6aafc4
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -143,7 +143,7 @@
</tr> </tr>
{% empty %} {% empty %}
<tr> <tr>
<td colspan="2">Aucune musique.</td> <td colspan="4">Aucune musique.</td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>