diff --git a/templates/utils.html b/templates/utils.html index 3f54f3d..bd5ca6e 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -56,6 +56,13 @@ {% if obj | has_type('Article') %} {{ obj.name }} {{ obj | url_or_id | get_url }} + {% elif obj | has_type('Question') %} + {{ obj.content | clean | safe }} + {% else %} {{ obj.content | clean | safe }} {% endif %}