Remove subscribe-to-announce checkbox for now, as create-user does it
authorAdam Chlipala <adamc@hcoop.net>
Sat, 8 Dec 2007 20:27:04 +0000 (20:27 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Sat, 8 Dec 2007 20:27:04 +0000 (20:27 +0000)
apps.mlt

index 8b9d1ea..d2a7e92 100644 (file)
--- a/apps.mlt
+++ b/apps.mlt
@@ -139,7 +139,7 @@ First, run this on deleuze:
 </select></td></tr>
 <tr> <td>Initial transaction amount:</td> <td><input name="amount"></td> </tr>
 <tr> <td>Initial transaction description:</td> <td><input name="descr"></td> </tr>
-<tr> <td><input type="checkbox" name="subscribe" checked></td> <td>Subscribe to hcoop-announce</td> </tr>
+<!--tr> <td><input type="checkbox" name="subscribe" checked></td> <td>Subscribe to hcoop-announce</td> </tr-->
 <tr> <td>Groups:</td> <td><select name="grp" size="5" multiple>
 <% foreach group in Group.listGroups () do %>
        <option value="<% #id group %>"<% if #name group = "paying" then %> selected<% end %>><% Web.html (#name group) %></option>