Skip to content

Commit

Permalink
Merge pull request #203 from acdh-oeaw/ms/185-change-Kommission--Geme…
Browse files Browse the repository at this point in the history
…insame-Kommissionen-to-Kommission---Gesamtakademie

fix: change label for subheading "Kommission"
  • Loading branch information
sennierer authored Jul 15, 2024
2 parents 1c6e7e7 + f2f0d48 commit bee871d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paas_theme/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def get_website_data(self, res=None):
related_inst = related_inst[0].related_institutionB
res[
"untertitel"
] = f"{self.kind.name}{' - ' + str(related_inst).title() if related_inst else ''}"
] = f"{self.kind.name}{' - ' + str(related_inst).title() if related_inst else ''}".replace("Gemeinsame Kommissionen", "Gesamtakademie")
elif len(related_inst) > 1:
lst_untertitel = []
for rel_inst_2 in related_inst:
Expand Down

0 comments on commit bee871d

Please sign in to comment.