# HG changeset patch # User Nishanth Amuluru # Date 1294554150 -19800 # Node ID 41a7d8d49e35836f233f760d01575834104e96ad # Parent b4988ede9e3dd8b5e0f6a6bd1f85ca217ef06e4b Added the template diff -r b4988ede9e3d -r 41a7d8d49e35 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 %} + click here to return to the claims page.

+ Select a user to assign this task.
+
+ {{form.as_table}} + +
+{% endblock %}