From 018d6bbc1b3fb16f58a5d2448677171583ef5e94 Mon Sep 17 00:00:00 2001 From: corsaronero Date: Tue, 1 Nov 2022 10:30:30 +0000 Subject: [PATCH] links in choice field opening new tab now --- input/models.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/input/models.py b/input/models.py index 21f2f89..997a3a5 100644 --- a/input/models.py +++ b/input/models.py @@ -164,14 +164,14 @@ class Grant(Extern): abstract = True -TYPE_CHOICES = {'BIB': format_html('Bibliotheksstipendium'), - 'ELIT': format_html('eLiteraturstipendium'), - 'MAIL': format_html('E-Mail-Adresse'), - 'IFG': format_html('Kostenübernahme IFG-Anfrage'), - 'LIT': format_html('Literaturstipendium'), - 'LIST': format_html('Mailingliste'), - 'SOFT': format_html('Softwarestipendium'), - 'VIS': format_html('Visitenkarten'), +TYPE_CHOICES = {'BIB': format_html('Bibliotheksstipendium'), + 'ELIT': format_html('eLiteraturstipendium'), + 'MAIL': format_html('E-Mail-Adresse'), + 'IFG': format_html('Kostenübernahme IFG-Anfrage'), + 'LIT': format_html('Literaturstipendium'), + 'LIST': format_html('Mailingliste'), + 'SOFT': format_html('Softwarestipendium'), + 'VIS': format_html('Visitenkarten'), } # same model is used for Library, ELitStip and Software!