]> git.parisson.com Git - mezzo.git/commitdiff
fix video url
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 4 Mar 2016 08:35:54 +0000 (09:35 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 4 Mar 2016 08:35:54 +0000 (09:35 +0100)
app/festival/templates/festival/video_detail.html

index 4bc5f156a8398b6464e351cced18da33d8e690cb..3b8b527a8d24341a5a2f56351b84cb9bc78a1fa7 100644 (file)
@@ -19,7 +19,7 @@
 
 <div class="video-event">
   <h2>{% trans 'Related event' %}</h2>
-    <a href="{% url 'festival-event-detail' video.event.slug %}"{{ video.event.title }}</a>
+    <a href="{% url 'event_detail' video.event.slug %}"{{ video.event.title }}</a>
 </div>
 
 {% endblock %}