Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions campus/fhda/fhda_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

# Year and term info
CURRENT_YEAR = 2023
CURRENT_TERM = 'summer'
CURRENT_TERM = 'fall'

# Campus term codes (Foothill & De Anza)
CURRENT_TERM_CODES = {'fh': '202311', 'da': '202312'}
CURRENT_TERM_CODES = {'fh': '202321', 'da': '202322'}

'''
Course Type Flags - Foothill College
Expand Down
4 changes: 2 additions & 2 deletions campus/wvm/wvm_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Year and term info
CURRENT_YEAR = 2023
CURRENT_TERM = 'summer'
CURRENT_TERM = 'fall'

# Campus term codes (West Valley & Mission)
CURRENT_TERM_CODES = {'wv': '202350', 'mc': '202350'}
CURRENT_TERM_CODES = {'wv': '202370', 'mc': '202370'}