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>
|
<tbody>
|
||||||
{% for p in part %}
|
{% for p in part %}
|
||||||
{% if user.is_authenticated and ".mscz" in p.part.url %}
|
{% if user.is_authenticated and ".mscz" in p.part.url %}
|
||||||
|
<tr>
|
||||||
<td><p class="fichier">{{ p.nom }}</p></td>
|
<td><p class="fichier">{{ p.nom }}</p></td>
|
||||||
|
|
||||||
|
|
||||||
|
@ -37,6 +38,7 @@
|
||||||
{% if user.profile.is_chef %} <td>
|
{% 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>
|
<a href="{% url "partitions:conf_delete" nom auteur p.pk %}" class="button icon fa-deleate">{% trans "Supprimer" %}</a></td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for p in part %}
|
{% for p in part %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue