]> git.parisson.com Git - mezzo.git/commitdiff
add location event button
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 12 Apr 2016 11:21:59 +0000 (13:21 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 12 Apr 2016 11:21:59 +0000 (13:21 +0200)
app/templates/agenda/includes/event_location.html

index 5ef24917139a8c5215a54587daadc83bddcc3d7f..488dd0a579e28ae588a9345a342ef6632d4aade5 100644 (file)
@@ -10,5 +10,7 @@
           {% google_static_map location 900 300 15 %}
       </a/><br />
         <a href="{{ location|google_nav_url }}" target="_blank" class="">{% trans "Click to get the interactive map" %}</a>
+        <br/>
+        <a class="btn" href="{% url "event_list_location" location.slug %}" class="sidebar__entry">{% trans "Viewing events for the location" %}</a>
         {% endblock %}
 </div>