]> git.parisson.com Git - mezzo.git/commitdiff
Fix the back to events link
authorJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Tue, 14 Feb 2017 15:10:37 +0000 (16:10 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Tue, 14 Feb 2017 15:10:37 +0000 (16:10 +0100)
app/templates/agenda/event_detail.html

index b45a4a4cf78b8606db6ab330dfb7f60c5422d6a2..d155a6ee3fdd5deb0384cd57363e5aa981486c08 100644 (file)
@@ -20,7 +20,7 @@
 {% endblock %}
 
 {% block page_title %}
-    <h1 class="section-title section-title--uppercase section-title--main"><a href=""><i class="fsl fa fa-angle-left"></i>{% trans "Back to events" %}</a></h1>
+    <h1 class="section-title section-title--uppercase section-title--main"><a href="{% url 'event_list' %}"><i class="fsl fa fa-angle-left"></i>{% trans "Back to events" %}</a></h1>
     {% include 'agenda/includes/event_linecard.html' %}
 {% endblock %}