]> git.parisson.com Git - mezzo.git/commitdiff
fix for loop
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 17 May 2016 13:06:16 +0000 (15:06 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 17 May 2016 13:06:16 +0000 (15:06 +0200)
app/festival/templates/festival/artist_detail.html

index 60e924ad2dd149e683f929aeec6c67a191a60580..24b27d6b3aa8ddded65308996b1e741a3d0274f9 100644 (file)
@@ -33,7 +33,6 @@
  {% for video in artist.videos.all %}
     {% include 'festival/inc/video_card.html' %}
  {% endfor %}
- {% endfor %}
  {% with artist.events.all|unique_posts as posts %}
     {% for post in posts %}
         {% include 'blog/includes/post_card.html' %}