diff options
author | nishanth | 2010-02-28 10:43:36 +0530 |
---|---|---|
committer | nishanth | 2010-02-28 10:43:36 +0530 |
commit | 81b85e91f81aa28fd175179bcf692ab2b6c9e0e1 (patch) | |
tree | 902f80dea3125923a45fcdfcc2893b61b9de31d2 | |
parent | e669b2cd9b71c1f83b844f8919bfdaae16e3166c (diff) | |
download | pytask-81b85e91f81aa28fd175179bcf692ab2b6c9e0e1.tar.gz pytask-81b85e91f81aa28fd175179bcf692ab2b6c9e0e1.tar.bz2 pytask-81b85e91f81aa28fd175179bcf692ab2b6c9e0e1.zip |
now learn more pages open in a new window.
-rw-r--r-- | templates/about/addmentors.html | 4 | ||||
-rw-r--r-- | templates/about/mentor.html | 2 | ||||
-rw-r--r-- | 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 Mentor<sup><a href="/about/mentor/">learn more</a></sup> + A Mentor<sup><a href="/about/mentor/" target="_blank">learn more</a></sup> 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.<br /> - <br /><a href="javascript:history.go(-1)">Click here</a> 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.<br /> - <br /><a href="javascript:history.go(-1)">Click here</a> 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 @@ <b>Disclaimer:</b><br /> Publishing a task will make the task visible to every one and cannot be edited there after.<br /><br /> Only you will have mentoring rights on this task. But you can request other users also to mentor the task. - <sup><a href="/about/addmentors/">learn more</a></sup><br /><br /> + <sup><a href="/about/addmentors/" target="_blank">learn more</a></sup><br /><br /> This action cannot be undone. <br /> Please confirm if you want to publish. |