show 50 words instead of 15
This commit is contained in:
parent
e3facc15b5
commit
2bd49b3539
|
@ -39,7 +39,7 @@
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ village.description|truncatewords:15 }}
|
{{ village.description|truncatewords:50 }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<i class="glyphicon glyphicon-{% if village.private %}remove{% else %}ok{% endif %}"></i>
|
<i class="glyphicon glyphicon-{% if village.private %}remove{% else %}ok{% endif %}"></i>
|
||||||
|
|
Loading…
Reference in a new issue