From 81b85e91f81aa28fd175179bcf692ab2b6c9e0e1 Mon Sep 17 00:00:00 2001 From: nishanth Date: Sun, 28 Feb 2010 10:43:36 +0530 Subject: now learn more pages open in a new window. --- templates/about/addmentors.html | 4 ++-- templates/about/mentor.html | 2 +- templates/task/publish.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/about/addmentors.html b/templates/about/addmentors.html index 001bd97..538f0bf 100644 --- a/templates/about/addmentors.html +++ b/templates/about/addmentors.html @@ -4,9 +4,9 @@ {% endblock %} {% block content %} - A Mentorlearn more + A Mentorlearn more of the task can request other users to mentor the task by clicking the link "Add more mentors" available on the task page. A request will be sent to the user and he will also become the mentor of the task if he accepts it.
-
Click here to get back to the previous page. + {% endblock %} diff --git a/templates/about/mentor.html b/templates/about/mentor.html index 46df8f7..c501dc1 100644 --- a/templates/about/mentor.html +++ b/templates/about/mentor.html @@ -8,5 +8,5 @@ Mentor can add/remove subtasks if applicable. Mentor can request assign of credits for task. Mentor can mark the task as Invalid/Complete.
-
Click here to get back to the previous page. + {% endblock %} diff --git a/templates/task/publish.html b/templates/task/publish.html index 88d4aa7..ad7f22e 100644 --- a/templates/task/publish.html +++ b/templates/task/publish.html @@ -6,7 +6,7 @@ Disclaimer:
Publishing a task will make the task visible to every one and cannot be edited there after.

Only you will have mentoring rights on this task. But you can request other users also to mentor the task. - learn more

+ learn more

This action cannot be undone.
Please confirm if you want to publish. -- cgit