Change definition of board majority
authorAdam Chlipala <adamc@hcoop.net>
Tue, 22 Apr 2008 19:11:36 +0000 (19:11 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Tue, 22 Apr 2008 19:11:36 +0000 (19:11 +0000)
apps.mlt

index 33fb346..dcfbc5f 100644 (file)
--- a/apps.mlt
+++ b/apps.mlt
@@ -196,7 +196,7 @@ end %>
        </table>
 
        <% if board then %>
-       <% if length votes >= 2 then %><a href="apps?approve=<% #id appl %>">Approve this member.</a><br><% end %>
+       <% if length votes >= 3 then %><a href="apps?approve=<% #id appl %>">Approve this member.</a><br><% end %>
        <a href="apps?deny=<% #id appl %>">Deny this application.</a>
        <% end %>
 <% end