bugfix affichage tableau partitions
This commit is contained in:
parent
bbff984513
commit
cb2577c04b
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue