classic template fixes

This commit is contained in:
2025-10-02 15:26:55 +02:00
parent 85a6ed8d44
commit 768ba54856
2 changed files with 2 additions and 10 deletions

View File

@@ -98,9 +98,7 @@
let info_fields = (
("study_programme", study_programme, false),
("study_branch", study_branch, false),
(
if not is_none(author) and author.contains(", ") {"authors" } else { "author" }, author, true
),
("author", author, true),
("supervisor", supervisor, false),
)
context {