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>
|
</tr>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">Aucune musique.</td>
|
<td colspan="4">Aucune musique.</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue