We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cd0e3 commit 40e4fb0Copy full SHA for 40e4fb0
eprihlaska/consts.py
@@ -379,5 +379,5 @@ class ApplicationStates(enum.Enum):
379
# for the regular applications (before june) set to the same year
380
# for the additional application (after june) set CURRENT_MATURA_YEAR to next year
381
# this is soooo much fun!
382
-CURRENT_MATURA_YEAR = 2023
383
-DEFAULT_MATURA_YEAR = 2023
+CURRENT_MATURA_YEAR = 2024
+DEFAULT_MATURA_YEAR = 2024
eprihlaska/views.py
@@ -248,7 +248,7 @@ def filter_competitions(competition_list, study_programme_list):
248
'F': ['BMF', 'FYZ', 'FYZ/k', 'OZE', 'OZE/k', 'TEF', 'TEF/k', 'upFYIN', 'upMAFY'],
249
'I': ['INF', 'AIN', 'BIN', 'BIN/k', 'DAV', 'DAV/k', 'upFYIN', 'upINBI', 'upMAIN', 'upINAN', 'upINGE', 'upINCH'],
250
'B': ['BIN', 'BIN/k', 'BMF'],
251
- 'CH': ['BIN', 'BIN/k']
+ 'CH': ['BMF','BIN', 'BIN/k']
252
}
253
254
constraints = {
@@ -308,7 +308,7 @@ def admissions_waivers():
308
'grades_inf': ['BIN', 'BIN/k', 'INF', 'DAV', 'DAV/k'],
309
'grades_fyz': ['BMF', 'FYZ', 'FYZ/k', 'OZE', 'OZE/k', 'TEF', 'TEF/k'],
310
'grades_bio': ['BMF', 'BIN', 'BIN/k'],
311
- 'grades_che': ['BIN', 'BIN/k'],
+ 'grades_che': ['BMF', 'BIN', 'BIN/k'],
312
313
314
# Set labels for grades of respective study years based on
0 commit comments