app/soc/templates/soc/student_proposal/review.html
changeset 1779 cdd11aa8dbc7
parent 1739 19f1bb7ae615
child 1883 ce564c03d90a
--- a/app/soc/templates/soc/student_proposal/review.html	Mon Mar 09 19:37:56 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/review.html	Mon Mar 09 20:43:46 2009 +0000
@@ -71,6 +71,12 @@
      </td>
      {% endif %}
    {% endif %}
+   {% if is_org_admin %}
+     <td>
+       <input style="font-weight: bold" type="button" value="Mark as Ineligible"
+       onclick="location.href='?ineligible=1'"/>
+     </td>
+   {% endif %}
  </table>
 </form>