diff options
author | nishanth | 2010-02-24 14:47:29 +0530 |
---|---|---|
committer | nishanth | 2010-02-24 14:47:29 +0530 |
commit | 15920b70d0753433a4faa058af1ac3797e7dd5f1 (patch) | |
tree | 3a3872d44017064669a6afe7e90767245e9124b9 /templates/task/view.html | |
parent | 0a5d8db468dd357ae10a86cb84345c67e7d182b6 (diff) | |
download | pytask-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.html | 4 |
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 %} |