add disclaimer base and bachelor to english

This commit is contained in:
2025-10-01 21:31:34 +02:00
parent c41ac4bc77
commit b03978a2c0
3 changed files with 15 additions and 9 deletions

View File

@@ -18,7 +18,9 @@
if not is_none(keywords) {
assert_dict_has(force_langs, keywords, "keywords");
}
assert_not_none(author_gender, "author gender");
if language == "cs" {
assert_not_none(author_gender, "author gender");
}
mainpage(faculty_id, language, none, title, author, supervisor, study_programme);
assignment(language, assignment_document);