pytask/templates/task/view.html
changeset 144 daca865314e7
parent 143 da4c6b1cec7d
--- a/pytask/templates/task/view.html	Tue Jan 11 14:57:16 2011 +0530
+++ b/pytask/templates/task/view.html	Tue Jan 11 16:51:07 2011 +0530
@@ -87,13 +87,7 @@
 	<a href="/task/claim/tid={{task.uniq_key}}">View claims</a>
     {% endif %}
 
-    {% if can_assign_pynts %}
-        <a href="/task/assignpynts/tid={{task.uniq_key}}">Request assign pynts and mark the task as complete</a>
-    {% endif %}
-    
-    {% if is_selected %}
-        <a href="/task/report/tid={{task.uniq_key}}">Submit Work</a>
-    {% endif %}
+    <a href="/task/view/work/tid={{task.uniq_key}}">View submitted work reports</a>
     
         <hr />
     {% if comments %}