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 %}
Select a user to assign this task.<br />
<form action="" method="POST">
{{form.as_table}}
<input type="submit" value="Assign Task">
</form>
{% endblock %}