templates: allow html tags in api_description (#38275)

This commit is contained in:
Valentin Deniaud 2019-12-09 14:58:28 +01:00
parent 97c06a9361
commit 34054655a3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
{% endif %}
</h3>
<div>
{% if object.api_description %}<p>{{object.api_description}}</p>{% endif %}
{% if object.api_description %}<p>{{object.api_description|safe}}</p>{% endif %}
{% block endpoints %}
<ul>
{% for endpoint in object.get_endpoints_infos %}