our task model does not meet out needs. so modified it and added a model called map. made the changes in views accordingly.phew!!!. this one took the hell out of me :( .
{% extends 'base.html' %}
{% block content %}
Form here
<form action="" method="post">
{{form.as_table}}
<input type="submit" value="submit">
</form>
{% endblock %}