fixed a bug in templates/task/claim.html which required modification of views/task.py; also changed the no.of char limit on task title .
{% 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 %}