diff --git a/wishlist/templates/wishlist/item.html b/wishlist/templates/wishlist/item.html index 6ade95c..a5a700e 100644 --- a/wishlist/templates/wishlist/item.html +++ b/wishlist/templates/wishlist/item.html @@ -2,6 +2,6 @@ {% block content %}
{{ object.description }}
+{{ object.description | safe }}
{% endblock %}