updated the que_dump template to show the question properly.
{% extends "base.html" %}{% block content %}Report of the workshop {{event.title}} conducted from {{event.start_date|date:"d M Y"}} to {{event.stop_date|date:"d M Y"}}<br /> {{workshop_report|unordered_list}}{% endblock %}