Skip to content

Commit

Permalink
open queue for new club registration
Browse files Browse the repository at this point in the history
  • Loading branch information
rm03 committed Sep 16, 2024
1 parent e267e94 commit 4244b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pennclubs/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
# Controls whether existing clubs can submit for reapproval
REAPPROVAL_QUEUE_OPEN = True
# Controls whether new clubs can submit for initial approval
NEW_APPROVAL_QUEUE_OPEN = False
NEW_APPROVAL_QUEUE_OPEN = True

# File upload settings

Expand Down
2 changes: 1 addition & 1 deletion frontend/utils/branding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const sites = {

export const TICKETING_PAYMENT_ENABLED = false
export const REAPPROVAL_QUEUE_ENABLED = true
export const NEW_APPROVAL_QUEUE_ENABLED = false
export const NEW_APPROVAL_QUEUE_ENABLED = true
export const SITE_ID = site
export const SITE_NAME = sites[site].SITE_NAME
export const SITE_SUBTITLE = sites[site].SITE_SUBTITLE
Expand Down

0 comments on commit 4244b27

Please sign in to comment.