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