Roll call system, and update forms to method=post
[hcoop/portal.git] / balances.mlt
index 250d28c..a6b9352 100644 (file)
@@ -20,7 +20,7 @@ elseif $"mod" <> "" then
        val balance = Balance.lookupBalance (Web.stoi ($"mod")) %>
 <h3><b>Modify balance record</b></h3>
 
-<form action="balances">
+<form action="balances" method="post">
 <input type="hidden" name="id" value="<% $"mod" %>">
 <table>
 <tr> <td align="right"><b>Name</b>:</td> <td><input name="name" value="<% #name balance %>"></td> </tr>
@@ -50,7 +50,7 @@ elseif $"mod" <> "" then
        ref total = 0.0 %>
 <h3><b>New balance</b></h3>
 
-<form action="balances">
+<form action="balances" method="post">
 <table>
 <tr> <td align="right"><b>Name</b>:</td> <td><input name="name"></td> </tr>
 <tr> <td><input type="submit" name="cmd" value="Create"></td> </tr>