From e5d2242006b9ebba504785f37049d8e07bb4c580 Mon Sep 17 00:00:00 2001 From: nishanth Date: Wed, 24 Feb 2010 15:10:03 +0530 Subject: removed unwanted links. --- templates/task/claim.html | 3 ++- templates/task/view.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'templates/task') diff --git a/templates/task/claim.html b/templates/task/claim.html index 26eceef..c656146 100644 --- a/templates/task/claim.html +++ b/templates/task/claim.html @@ -8,7 +8,8 @@ {{claim.message}}
{% endfor %} {% else %} - There are no claims for task {{task.title}} yet. + There are no claims for this task yet.
+ Click here to return to the task. {% endif %} {% if task_claimed and is_mentor %} Assign task diff --git a/templates/task/view.html b/templates/task/view.html index 18c04c2..9f01594 100644 --- a/templates/task/view.html +++ b/templates/task/view.html @@ -4,7 +4,7 @@ {% endblock %} {% block content %} {% if task_viewable %} - Browse tasks + Edit task

{{ task.title }}


created by {{ task.created_by.username }} on {{ task.creation_datetime.ctime }}
@@ -13,7 +13,7 @@ {{mentor.username}}| {% endfor %} {% if can_mod_mentors %} -
Add another Mentor to this task
+ Add another Mentor to this task
edit task goes here and it should contain all those add subs and add deps depending on availability
{% endif %} -- cgit