Merge branch 'mdebray/bug_affichage_musescore' into 'master'

bugfix affichage tableau partitions

See merge request klub-dev-ens/Ernesto!18
This commit is contained in:
Lucie Galland 2022-01-17 14:18:20 +01:00
commit 5aebd7bbe1

View file

@ -28,6 +28,7 @@
<tbody>
{% for p in part %}
{% if user.is_authenticated and ".mscz" in p.part.url %}
<tr>
<td><p class="fichier">{{ p.nom }}</p></td>
@ -37,6 +38,7 @@
{% if user.profile.is_chef or user.profile.is_chef_mu %} <td>
<a href="{% url "partitions:conf_delete" nom auteur p.pk %}" class="button icon fa-deleate">{% trans "Supprimer" %}</a></td>
{% endif %}
</tr>
{% endif %}
{% endfor %}
{% for p in part %}