]> git.parisson.com Git - mezzo.git/commitdiff
Task #326: deleting link location
authorEmilie <zawadzki@ircam.fr>
Thu, 3 Nov 2016 16:13:54 +0000 (17:13 +0100)
committerEmilie <zawadzki@ircam.fr>
Thu, 3 Nov 2016 16:13:54 +0000 (17:13 +0100)
app/templates/agenda/includes/event_metainfo.html
app/templates/agenda/includes/event_metainfo_line.html

index 7888836f6ce8540575d3e1a5772894e186c908af..123132b91243ce1f78781051a28ea7466566e537 100644 (file)
@@ -7,12 +7,10 @@
 <div class="page__meta-separator"></div>
 
 {% if event.location %}
-    <a href="{% url 'location-detail' event.location.slug %}">
-        <div class="page__meta-title">{{ event.location }}</div>
-        {% if event.location.room %}
-            <small><u>{{ event.location.room }}</u></small>
-        {% endif %}
-    </a>
+    <div class="page__meta-title">{{ event.location }}</div>
+    {% if event.location.room %}
+        <small>{{ event.location.room }}</small>
+    {% endif %}
     <a href="{{ event|google_nav_url }}" target="_blank" class="mt1" style="display: block;">
         {% google_static_map event 194 194 15 %}
     </a>
index c5e40ae8e1d61c9a6ed2baebae2559d0cd54e135..ca525bdffd1c7bf43cd738e70e4be5a797391451 100644 (file)
@@ -9,9 +9,7 @@
 <div class="page__meta-separator page__meta-separator--small"></div>
 
 {% if event.location %}
-    <a href="{% url 'location-detail' event.location.slug %}">
-        <div class="page__meta-title">{{ event.location }}</div>
-    </a>
+    <div class="page__meta-title">{{ event.location }}</div>
 {% endif %}
 
 {% if unit_booking %}