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

@@ -18,7 +18,7 @@
faculty_id, faculty_color, language, assignment_document, citation_file,
// document info
title, author, author_gender, supervisor, study_programme, study_branch, abstract_content,
title, author, author_gender, supervisor, consultant, study_programme, study_branch, abstract_content,
keywords,
content
@@ -41,7 +41,7 @@
assert_not_none(author_gender, "author gender");
}
mainpage(faculty_id, language, "bp", title, author, supervisor, study_programme, study_branch);
mainpage(faculty_id, language, "bp", title, author, supervisor, consultant, study_programme, study_branch);
assignment(language, assignment_document);
default_styling(false, faculty_color, {
disclaimer(language, faculty_id, "bp", author, author_gender);