rename author gender to author pronouns

This commit is contained in:
2025-10-06 13:16:01 +02:00
parent d915b8cf27
commit da11cd88fa
6 changed files with 15 additions and 15 deletions

View File

@@ -12,7 +12,7 @@
language, faculty_id, document_type, citation_file, assignment_document,
// document info
title, author, author_gender, supervisor, consultant, study_programme, study_branch,
title, author, author_pronouns, supervisor, consultant, study_programme, study_branch,
year_of_study, abstract, acknowledgement, keywords,
// content
@@ -37,7 +37,7 @@
map_none(citation_file, (v) => "../../" + v),
title,
author,
author_gender,
author_pronouns,
supervisor,
consultant,
study_programme,