templates: apply line breaks when displaying long descriptions (#53057)

This commit is contained in:
Frédéric Péters 2021-04-13 13:30:12 +02:00
parent 019ed6a61d
commit cb2404aabe
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
</ul>
{% if endpoint.long_description %}
<div class="long-description">
{{ endpoint.long_description }}
{{ endpoint.long_description|linebreaks }}
</div>
{% endif %}
</li>