make acknowledgement optional for bp and dp
This commit is contained in:
@@ -39,7 +39,6 @@
|
|||||||
if not is_none(keywords) {
|
if not is_none(keywords) {
|
||||||
assert_dict_has(force_langs, keywords, "keywords");
|
assert_dict_has(force_langs, keywords, "keywords");
|
||||||
}
|
}
|
||||||
assert_not_none(acknowledgement_content, "acknowledgement content");
|
|
||||||
if language == "cs" {
|
if language == "cs" {
|
||||||
assert_not_none(author_pronouns, "author gender");
|
assert_not_none(author_pronouns, "author gender");
|
||||||
}
|
}
|
||||||
|
@@ -38,7 +38,6 @@
|
|||||||
if not is_none(keywords) {
|
if not is_none(keywords) {
|
||||||
assert_dict_has(force_langs, keywords, "keywords");
|
assert_dict_has(force_langs, keywords, "keywords");
|
||||||
}
|
}
|
||||||
assert_not_none(acknowledgement_content, "acknowledgement content");
|
|
||||||
if language == "cs" {
|
if language == "cs" {
|
||||||
assert_not_none(author_pronouns, "author gender");
|
assert_not_none(author_pronouns, "author gender");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user