Skip to content

Commit

Permalink
Only show clubs that have been approved this school year (approximately)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Sep 29, 2024
1 parent 9612017 commit dc3de21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/pennclubs/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"""

import os
import time

import dj_database_url

Expand Down Expand Up @@ -203,7 +204,8 @@
APPLY_URL = "https://{domain}/club/{club}/apply"

OSA_EMAILS = ["[email protected]"]

# Cut off date for reapproval per year
APPROVAL_CUTOFF = time.strptime("09-01", "%m-%d")

# Controls whether existing clubs can submit for reapproval
REAPPROVAL_QUEUE_OPEN = True
Expand Down

0 comments on commit dc3de21

Please sign in to comment.