From: Jérémy Fabre Date: Fri, 23 Sep 2016 12:44:34 +0000 (+0200) Subject: Remove truncate on block person X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=db16119049e84988c313b66078428262b0ed0099;p=mezzo.git Remove truncate on block person --- diff --git a/app/templates/network/inc/person/list_circle_style.html b/app/templates/network/inc/person/list_circle_style.html index 346b7be3..40275101 100644 --- a/app/templates/network/inc/person/list_circle_style.html +++ b/app/templates/network/inc/person/list_circle_style.html @@ -55,9 +55,9 @@

{{ person.first_name }} {{ person.last_name }}

{% if person.description %} -
{{ person.description|richtext_filters|safe|truncatechars_html:255 }}
+
{{ person.description|richtext_filters|safe }}
{% elif person.bio %} -
{{ person.bio|richtext_filters|safe|truncatechars_html:255 }}
+
{{ person.bio|richtext_filters|safe }}
{% endif %} {% trans "resume" %}