summaryrefslogtreecommitdiff
path: root/templates/task/view.html
diff options
context:
space:
mode:
authornishanth2010-02-24 14:47:29 +0530
committernishanth2010-02-24 14:47:29 +0530
commit15920b70d0753433a4faa058af1ac3797e7dd5f1 (patch)
tree3a3872d44017064669a6afe7e90767245e9124b9 /templates/task/view.html
parent0a5d8db468dd357ae10a86cb84345c67e7d182b6 (diff)
downloadpytask-15920b70d0753433a4faa058af1ac3797e7dd5f1.tar.gz
pytask-15920b70d0753433a4faa058af1ac3797e7dd5f1.tar.bz2
pytask-15920b70d0753433a4faa058af1ac3797e7dd5f1.zip
added user context variable in view_profile and edit_profile.
Diffstat (limited to 'templates/task/view.html')
-rw-r--r--templates/task/view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/task/view.html b/templates/task/view.html
index 7e03cb1..18c04c2 100644
--- a/templates/task/view.html
+++ b/templates/task/view.html
@@ -23,8 +23,8 @@
<a href="/task/view/tid={{dep.id}}">{{dep.title}}</a><br />
{% endfor %}
{% if can_mod_tasks %}
- <a href="/task/addtask/tid={{task.id}}">add more tasks</a>
- <a href="/task/remtask/tid={{task.id}}">remove an existing task</a>
+ <a href="/task/addtask/tid={{task.id}}">add more dependencies</a>
+ <a href="/task/remtask/tid={{task.id}}">remove an existing dependency</a>
{% endif %}
{% else %}
{%if can_mod_tasks %}