summaryrefslogtreecommitdiff
path: root/templates/task/assign.html
diff options
context:
space:
mode:
authornishanth2010-03-01 04:44:49 +0530
committernishanth2010-03-01 04:44:49 +0530
commit22f86093698c68207c89c57c42e10fa56d73935c (patch)
tree9c3223151a8fd415f15277748e01c27e3fb6b108 /templates/task/assign.html
parent87428b64d3a02ce6bde8df83a0ffb115440ecaa7 (diff)
downloadpytask-22f86093698c68207c89c57c42e10fa56d73935c.tar.gz
pytask-22f86093698c68207c89c57c42e10fa56d73935c.tar.bz2
pytask-22f86093698c68207c89c57c42e10fa56d73935c.zip
finalised the view_task page.
Diffstat (limited to 'templates/task/assign.html')
-rw-r--r--templates/task/assign.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/task/assign.html b/templates/task/assign.html
index 232b56d..8c4e3d2 100644
--- a/templates/task/assign.html
+++ b/templates/task/assign.html
@@ -1,5 +1,6 @@
{% 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}}