]> git.parisson.com Git - mezzo.git/commitdiff
Remove truncate on block person
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 23 Sep 2016 12:44:34 +0000 (14:44 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 23 Sep 2016 12:44:34 +0000 (14:44 +0200)
app/templates/network/inc/person/list_circle_style.html

index 346b7be33fe6c2c2a35fbb4598bd9faa39c4d5a6..402751011b7b8b1df997318956288c0e44c8fe8b 100644 (file)
@@ -55,9 +55,9 @@
                                         <h3 class="mt0 fsxl">{{ person.first_name }}&nbsp;{{ person.last_name }}</h3>
 
                                         {% if person.description %}
-                                            <div class="person-list-box__desc">{{ person.description|richtext_filters|safe|truncatechars_html:255 }}</div>
+                                            <div class="person-list-box__desc">{{ person.description|richtext_filters|safe }}</div>
                                         {% elif person.bio %}
-                                            <div class="person-list-box__desc">{{ person.bio|richtext_filters|safe|truncatechars_html:255 }}</div>
+                                            <div class="person-list-box__desc">{{ person.bio|richtext_filters|safe }}</div>
                                         {% endif %}
 
                                         <a href="{{ person.get_absolute_url }}" class="button button--small button--white">{% trans "resume" %}</a>