From cc079dd87d9d7b8f72e915b010ba9d27228bb647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Thu, 2 Oct 2025 13:40:56 +0200 Subject: [PATCH] fix no bp document type on info page --- template/classic/bp.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/classic/bp.typ b/template/classic/bp.typ index 27a8354..9279b9f 100644 --- a/template/classic/bp.typ +++ b/template/classic/bp.typ @@ -31,7 +31,7 @@ assert_not_none(author_gender, "author gender"); } - mainpage(faculty_id, language, none, title, author, supervisor, study_programme); + mainpage(faculty_id, language, "bp", title, author, supervisor, study_programme); assignment(language, assignment_document); default_styling(false, faculty_color, { disclaimer(language, faculty_id, "bp", author, author_gender);