Add title scheme "dr_prof_he" for person names

This commit is contained in:
Raphael Michel
2022-10-11 14:57:19 +02:00
parent 9da68645da
commit 7e79fc8b5e
2 changed files with 6 additions and 1 deletions

View File

@@ -589,7 +589,7 @@ class EventSettingsForm(SettingsForm):
(k, '{scheme}: {samples}'.format(
scheme=v[0],
samples=', '.join(v[1])
))
) if v[0] != ', '.join(v[1]) else v[0])
for k, v in PERSON_NAME_TITLE_GROUPS.items()
]
if not self.event.has_subevents: