show 50 words instead of 15

This commit is contained in:
Thomas Steen Rasmussen 2016-07-11 14:04:18 +02:00
parent e3facc15b5
commit 2bd49b3539

View file

@ -39,7 +39,7 @@
</a>
</td>
<td>
{{ village.description|truncatewords:15 }}
{{ village.description|truncatewords:50 }}
</td>
<td>
<i class="glyphicon glyphicon-{% if village.private %}remove{% else %}ok{% endif %}"></i>