updated the que_dump template to show the question properly.
{% extends 'base.html' %}
{% block content %}
Start by entering these details to create the event.
<form action="" method="post">
{{form.as_p}}
<input type="submit" value="Create">
</form>
{% endblock %}