Shorted descriptions output in PlaceList so that it ends after a whole word.
This commit is contained in:
parent
045f18bd83
commit
2a29e3a7a4
@ -14,7 +14,7 @@
|
||||
<p class="LP-Place__Detail">{{place.location}}</p>
|
||||
</div>
|
||||
<p class="LP-TextSection LP-Place__Description">
|
||||
{{place.description}}
|
||||
{{place.description|truncatechars:250|truncatewords:-1}}
|
||||
</p>
|
||||
|
||||
<ul class="LP-Icon__List">
|
||||
|
Loading…
Reference in New Issue
Block a user