Fixed indentation.
This commit is contained in:
		@@ -26,9 +26,9 @@
 | 
			
		||||
							<div class="LP-PlaceTeaser__Description">
 | 
			
		||||
								<p class="LP-Paragraph">
 | 
			
		||||
									{% if place.description|length > 210 %}
 | 
			
		||||
									{{place.description|truncatechars:210|truncatewords:-1}}
 | 
			
		||||
										{{place.description|truncatechars:210|truncatewords:-1}}
 | 
			
		||||
									{% else %}
 | 
			
		||||
									{{place.description}}
 | 
			
		||||
										{{place.description}}
 | 
			
		||||
									{% endif %}
 | 
			
		||||
								</p>
 | 
			
		||||
							</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user