1 {% extends 'base.html' %}
2 {% block content %}
3 Select a user to assign this task.<br />
4 <form action="" method="POST">
5 {{form.as_table}}
6 <input type="submit" value="Assign Task">
7 </form>
8 {% endblock %}