diff --git a/templates/api_v2/api_documentation.html b/templates/api_v2/api_documentation.html index 96a5a76..75571c5 100644 --- a/templates/api_v2/api_documentation.html +++ b/templates/api_v2/api_documentation.html @@ -69,8 +69,7 @@ {{ param.description }} {% if param.example %} -
{% trans 'Example' %}: {{ param.example - }} +
{% trans 'Example' %}: {{ param.example }} {% endif %}