From de007b7a7d97a9e62a65f660a8422e626fdbbd2a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 17 May 2016 16:22:23 +0200 Subject: [PATCH] fix video to artist link view --- app/festival/templates/festival/video_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/festival/templates/festival/video_detail.html b/app/festival/templates/festival/video_detail.html index 3e426000..b954cc14 100644 --- a/app/festival/templates/festival/video_detail.html +++ b/app/festival/templates/festival/video_detail.html @@ -30,7 +30,7 @@
{% with video.event as event %} {% include 'agenda/includes/event_card.html' %} - {% for artist in event.artists.all %} + {% for artist in video.artists.all %} {% include "festival/inc/artist_card.html" %} {% endfor %} {% for v in event.videos.all %} -- 2.39.5