app/soc/templates/soc/student_proposal/review.html
changeset 2028 df97cade97ac
parent 2012 852418be1719
child 2051 cecbef1289a5
--- a/app/soc/templates/soc/student_proposal/review.html	Sun Mar 29 07:43:04 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/review.html	Sun Mar 29 21:35:02 2009 +0000
@@ -98,7 +98,7 @@
    {% if is_org_admin %}
      <td>
        <input style="font-weight: bold" type="button" value="Mark as Ineligible"
-       onclick="location.href='?ineligible=1'"/>
+       onclick="if (confirm('Are you sure? This can not be undone!')) { location.href='?ineligible=1'; }"/>
      </td>
    {% endif %}
    </tr>