From e9d4ebffad61af3c59a7aa8ba9eeef1de6991a44 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 12 Apr 2016 13:21:59 +0200 Subject: [PATCH] add location event button --- app/templates/agenda/includes/event_location.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/agenda/includes/event_location.html b/app/templates/agenda/includes/event_location.html index 5ef24917..488dd0a5 100644 --- a/app/templates/agenda/includes/event_location.html +++ b/app/templates/agenda/includes/event_location.html @@ -10,5 +10,7 @@ {% google_static_map location 900 300 15 %}
{% trans "Click to get the interactive map" %} +
+ {% trans "Viewing events for the location" %} {% endblock %} -- 2.39.5