From: Guillaume Pellerin Date: Fri, 8 Apr 2016 12:30:30 +0000 (+0200) Subject: fix edito X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bf7213f2284483e2eb83b97dfbb71dfa4943bdd7;p=mezzo.git fix edito --- diff --git a/app/templates/agenda/event_location_list.html b/app/templates/agenda/event_location_list.html index 3462cc82..18d0e29c 100644 --- a/app/templates/agenda/event_location_list.html +++ b/app/templates/agenda/event_location_list.html @@ -42,7 +42,7 @@ {% editable event.location %}

{{ location.address }}
- Get Directions + {% trans "Click to get the interactive map" %}

{% google_static_map location 900 300 15 %} diff --git a/app/templates/index.html b/app/templates/index.html index 0261b776..5ab66b3d 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -11,15 +11,15 @@ {% featured_edito as edito %} -{{ edito.content|safe|slice:":512" }}... +{{ edito.content|safe|slice:":446" }}...
-
{% trans "Read more" %} +{% trans "Read more" %}
{% featured as featured %}
-

{% trans "Last medias" %}


+

{% trans "Featured" %}


{% for post in featured.blogposts.all %}