Add optional consultant parameter

This commit is contained in:
Matej-Zucha-TUL
2025-10-03 09:25:37 +02:00
parent 2e300ded3c
commit 1a7418d2cd
6 changed files with 17 additions and 12 deletions

View File

@@ -17,14 +17,14 @@
faculty_id, faculty_color, language, assignment_document, citation_file,
// document info
title, author, _, supervisor, study_programme, study_branch, abstract_content, keywords,
title, author, _, supervisor, consultant, study_programme, study_branch, abstract_content, keywords,
content
) = {
assert_not_none(title, "title");
assert_dict_has((language,), title, "title");
mainpage(faculty_id, language, none, title, author, supervisor, study_programme, study_branch);
mainpage(faculty_id, language, none, title, author, supervisor, consultant, study_programme, study_branch);
default_styling(true, faculty_color, {
toc(language);
abbrlist(language);