Fixed indentation.

This commit is contained in:
Marcus Scholz 2020-08-12 22:20:31 +02:00
parent adc0fd4d5e
commit 2f1f356eb0

View File

@ -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>