app/soc/templates/soc/student_proposal/review.html
changeset 1666 cdb7e5581694
parent 1613 59e5cc89e509
child 1715 3ec1a9518452
--- a/app/soc/templates/soc/student_proposal/review.html	Wed Mar 04 21:27:11 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/review.html	Wed Mar 04 22:11:26 2009 +0000
@@ -51,15 +51,18 @@
    <td> 
     <input style="font-weight: bold" type="submit" value="Submit"/></span>
    </td>
-   {% if mentor %}
+   {% if add_me_as_mentor %}
    <td>
-   <input style="font-weight: bold" type="button" value="Want to be Possible Mentor"
+   <input style="font-weight: bold" type="button" value="I am willing to mentor this student"
      onclick="location.href='?mentor=1'"/>
    </td>
-   <td>
-   <input style="font-weight: bold" type="button" value="Do not want to be Possible Mentor"
-     onclick="location.href='?mentor=0'"/>
-   </td>
+   {% else %} 
+     {% if remove_me_as_mentor %}
+     <td>
+       <input style="font-weight: bold" type="button" value="I am no longer willing to mentor this student"
+       onclick="location.href='?mentor=0'"/>
+     </td>
+     {% endif %}
    {% endif %}
  </table>
 </form>