make acknowledgement optional for bp and dp

This commit is contained in:
2025-10-08 09:43:38 +02:00
parent 72c450c547
commit 72f5dd8372
2 changed files with 0 additions and 2 deletions

View File

@@ -39,7 +39,6 @@
if not is_none(keywords) {
assert_dict_has(force_langs, keywords, "keywords");
}
assert_not_none(acknowledgement_content, "acknowledgement content");
if language == "cs" {
assert_not_none(author_pronouns, "author gender");
}