Update music display in group detail template to expand empty message cell
This commit is contained in:
parent
700ab7ecca
commit
43ec6aafc4
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
</tr>
|
||||
{% empty %}
|
||||
<tr>
|
||||
<td colspan="2">Aucune musique.</td>
|
||||
<td colspan="4">Aucune musique.</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue