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>
|
<p class="LP-Place__Detail">{{place.location}}</p>
|
||||||
</div>
|
</div>
|
||||||
<p class="LP-TextSection LP-Place__Description">
|
<p class="LP-TextSection LP-Place__Description">
|
||||||
{{place.description}}
|
{{place.description|truncatechars:250|truncatewords:-1}}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul class="LP-Icon__List">
|
<ul class="LP-Icon__List">
|
||||||
|
Loading…
Reference in New Issue
Block a user