now questions are displayed properly in edit_question page. hav to implement the submit and stuff
{% 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 %}