deducing previous credits for a task using the request model. with a few changes, we can ditchax the credits model.
{% 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 %}