Allow HTML in descriptions

Security consideration: This allows users to do XSS on people. But we
trust our users :-)
newer-dal
LEdoian 3 years ago
parent 3a04b06fac
commit 2954052580

@ -2,6 +2,6 @@
{% block content %} {% block content %}
<h1>Item: {{ object.name }}</h1> <h1>Item: {{ object.name }}</h1>
<p class=description>{{ object.description }}</p> <p class=description>{{ object.description | safe }}</p>
{% endblock %} {% endblock %}

Loading…
Cancel
Save