# HG changeset patch # User Pawel Solyga # Date 1238362502 0 # Node ID df97cade97accd67e087e9ca0a07aad66395bc44 # Parent 199bcab679dfd50d4c297eda0f94e3ef827d80a0 This patch adds a javascript confirmation box when clicking "Mark as Ineligible" on Student Proposal. This is temporary until we make this action reversible. Patch by: Tim Ansell Reviewed by: Pawel Solyga diff -r 199bcab679df -r df97cade97ac app/soc/templates/soc/student_proposal/review.html --- 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 %} + onclick="if (confirm('Are you sure? This can not be undone!')) { location.href='?ineligible=1'; }"/> {% endif %}