bugfix affichage tableau partitions

This commit is contained in:
Maurice Debray 2022-01-16 11:15:20 +01:00
parent bbff984513
commit cb2577c04b

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 %} <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 %}