]> git.parisson.com Git - mezzo.git/commitdiff
Add event location room
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 26 Sep 2016 13:52:37 +0000 (15:52 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 26 Sep 2016 13:52:37 +0000 (15:52 +0200)
app/templates/agenda/event_detail.html
app/templates/agenda/includes/event_location.html
lib/mezzanine-agenda

index 9328334296a270c4e9d5dc2ee6569924ce4806c4..7329338a5012476cef6a32918da1fd7f774aaf86 100644 (file)
@@ -64,6 +64,7 @@
         <a href="{% url 'location-detail' event.location.slug %}">{{ event.location }}</a>
         <p>
             <p>{{ event.location }} {{ event.location.address|linebreaksbr }}</p>
+            <p>{% trans "Room" %} {{ event.location.room }}</p>
             <a href="{{ event|google_nav_url }}" target="_blank">
                 Get Directions
             </a>
index 488dd0a579e28ae588a9345a342ef6632d4aade5..2ce09ec023289fa77fcb46861974ce564b2a442f 100644 (file)
@@ -4,6 +4,7 @@
     <h3 class="location__title">{% if location.featured_name %}{{ location.featured_name }}{% else %}{{ location.title }}{% endif %}</h3>
         {% block event_detail_location %}
         <p>{{ location.address }}</p>
+        <p>{% trans "Room" %} {{ event.location.room }}</p>
         <p><a href="{{ location.link }}" target="_blank">{{ location.link }}</a></p>
         <p>{{ location.description|safe }}</p>
         <a href="{{ location|google_nav_url }}" target="_blank" class="location__map">
index f2923e06d3a52dbbcfe82ffe695256511afbfba6..a64294ee8edcc74375992f2e46857f3d10abc452 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f2923e06d3a52dbbcfe82ffe695256511afbfba6
+Subproject commit a64294ee8edcc74375992f2e46857f3d10abc452