diff --git a/templates/set.html b/templates/set.html index 4039aeb..b994f8f 100644 --- a/templates/set.html +++ b/templates/set.html @@ -6,7 +6,9 @@ {% block content %}
{{ set.description }}
+ {% autoescape off %} + {{ set.description }} + {% endautoescape %}