Shorted descriptions output in PlaceList so that it ends after a whole word.
This commit is contained in:
		@@ -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">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user