Added the template
authorNishanth Amuluru <nishanth@fossee.in>
Sun, 09 Jan 2011 11:52:30 +0530
changeset 361 41a7d8d49e35
parent 360 b4988ede9e3d
child 362 070f01dd7d8e
Added the template
pytask/templates/task/select_user.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytask/templates/task/select_user.html	Sun Jan 09 11:52:30 2011 +0530
@@ -0,0 +1,9 @@
+{% extends 'base.html' %}
+{% block content %}
+    <a href="/task/claim/tid={{task.id}}">click here</a> to return to the claims page.<br /><br />
+    Select a user to assign this task.<br />
+    <form action="" method="POST">
+    {{form.as_table}}
+    <input type="submit" value="Assign Task">
+    </form>
+{% endblock %}