|
@@ -92,6 +92,9 @@
|
|
|
<div class="list-group">
|
|
|
{% for commentaire in commentaires %}
|
|
|
<div class="list-group-item">
|
|
|
+ {#{% if commentaire.user == app.user %}
|
|
|
+ <a type="button" data-toggle="modal" data-target="#supprcommentaire" class="float-lg-right" id="supp_commentaire" href="#"><i class="fa fa-trash" style="color: Tomato"></i></a>
|
|
|
+ {% endif %}#}
|
|
|
<h5 class="mb-1"><strong>Posté par {{ commentaire.user.username }}</strong></h5>
|
|
|
<p class="mb-1">{{ commentaire.contenu }}</p>
|
|
|
</div>
|