app/soc/templates/soc/student_proposal/review.html
changeset 1883 ce564c03d90a
parent 1779 cdd11aa8dbc7
child 1898 7f18e83a129f
--- a/app/soc/templates/soc/student_proposal/review.html	Sun Mar 15 19:29:31 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/review.html	Sun Mar 15 20:27:50 2009 +0000
@@ -77,6 +77,28 @@
        onclick="location.href='?ineligible=1'"/>
      </td>
    {% endif %}
+   {% if is_subscribed_public %}
+   <td>
+     <input style="font-weight: bold" type="button" value="Unsubscribe from public updates"
+       onclick="location.href='?public_subscription=off'"/>
+   </td>
+   {% else %}
+   <td>
+     <input style="font-weight: bold" type="button" value="Subscribe to public updates"
+       onclick="location.href='?public_subscription=on'"/>
+   </td>
+   {% endif %}
+   {% if is_subscribed_private %}
+   <td>
+     <input style="font-weight: bold" type="button" value="Unsubscribe from private updates"
+       onclick="location.href='?private_subscription=off'"/>
+   </td>
+   {% else %}
+   <td>
+     <input style="font-weight: bold" type="button" value="Subscribe to private updates"
+       onclick="location.href='?private_subscription=on'"/>
+   </td>
+   {% endif %}
  </table>
 </form>