changeset 151 | d0cb85ba462a |
parent 149 | 3395960549e8 |
child 163 | c4cb937b8e7f |
--- a/templates/task/addmentor.html Sun Feb 28 18:31:10 2010 +0530 +++ b/templates/task/addmentor.html Sun Feb 28 19:31:41 2010 +0530 @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% block content %} + <a href="/task/view/tid={{task.id}}">Click here</a> to return to the task. <form action="" method="post"> {{form.as_table}} <input type="submit" value="submit">