Skip to content

Commit 1195e1e

Browse files
committed
Updates the number of required alumi signatures
1 parent c29ebad commit 1195e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packet/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
from . import db
1212

13-
# The required number of off-floor and alumni signatures
14-
REQUIRED_MISC_SIGNATURES = 15
13+
# The required number of honorary member, advisor, and alumni signatures
14+
REQUIRED_MISC_SIGNATURES = 10
1515

1616

1717
class SigCounts:

0 commit comments

Comments
 (0)