Skip to content
Snippets Groups Projects
Commit 83c1f0bb authored by GOEPP CLARA's avatar GOEPP CLARA
Browse files

No commit message

No commit message
parent aa2e2d1e
Branches
No related merge requests found
......@@ -18,7 +18,7 @@
<div class="swiper-wrapper">
{% for concerts in salle.concerts %}
<div class="swiper-slide">
<a href="{{ path('app_concerts_show', {'id': concerts.id}) }}">
<a href="{{ path('app_concerts_show'), {'id': concerts.id}) }}">
<img src="{{ concerts.img }}" >
</a>
</div>
......@@ -46,11 +46,6 @@
{% endfor %}
</section>
{# <h4 classe="bg-blue-900">Commentaires</h4>
{% for commentaire in commentaires %}
{{ commentaire.contenu }}
{% endfor %} #}
<a href="{{ path('app_salles_index') }}">back to list</a>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment