How to use word truncatewords in django?

1

I have the following code that cuts out the words but, I can not show the content that was already clipped

Code where I use the truncateword

 <td class=" "><h5>{{ correspondencia.referencia| truncatewords:"4" }}</h5><a href="#" style:"color:blue;">leer mas ...</a></td>

How could you show the content that is hidden?

    
asked by Moon lun 28.07.2018 в 01:12
source

0 answers