From 7c51c7847463a06c32b3f1447426cae5c669e915 Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Sun, 9 Jan 2011 11:52:30 +0530 Subject: Added the template --- pytask/templates/task/select_user.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pytask/templates/task/select_user.html diff --git a/pytask/templates/task/select_user.html b/pytask/templates/task/select_user.html new file mode 100644 index 0000000..8c4e3d2 --- /dev/null +++ b/pytask/templates/task/select_user.html @@ -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 %} -- cgit