]> git.parisson.com Git - mezzo.git/commitdiff
fix edito
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 8 Apr 2016 12:30:30 +0000 (14:30 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 8 Apr 2016 12:30:30 +0000 (14:30 +0200)
app/templates/agenda/event_location_list.html
app/templates/index.html

index 3462cc8271701c9e02b53a2c827d851badb9d589..18d0e29cef6f568aea4159d03cc479b39c25b862 100644 (file)
@@ -42,7 +42,7 @@
                   {% editable event.location %}
                   <p>
                       {{ location.address }}<br />
-                      <a href="{{ location|google_nav_url }}" target="_blank" class=""> Get Directions </a>
+                      <a href="{{ location|google_nav_url }}" target="_blank" class="">{% trans "Click to get the interactive map" %}</a>
                   </p>
                   <a href="{{ location|google_nav_url }}" target="_blank" class="">
                   {% google_static_map location 900 300 15 %}
index 0261b7767653703a0faa74cf44debff3e216dad3..5ab66b3dc253b240fdace35020c7517b47ee0d3f 100644 (file)
 
 
 {% featured_edito as edito %}
-{{ edito.content|safe|slice:":512" }}...
+{{ edito.content|safe|slice:":446" }}...
 <br>
-<a href="{% url 'page' edito.slug %}">{% trans "Read more" %}</a>
+<a href="{% url 'page' edito.slug %}" class="event__meta__btn">{% trans "Read more" %}</a>
 <br>
 
 {% featured as featured %}
 
 <div class="last__media">
-    <h2 class="section__title">{% trans "Last medias" %}</h2> <br>
+    <h2 class="section__title">{% trans "Featured" %}</h2> <br>
 
     {% for post in featured.blogposts.all %}
     <div class="last__media__entry">