From 97525ad5640ef4e0873561d61c18ee56351a9acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benni=20B=C3=A4rmann?= Date: Fri, 2 Dec 2022 17:14:03 +0000 Subject: [PATCH] added link to Reisekosten in label choices in extern.html view --- input/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/models.py b/input/models.py index dcc81b1..09bf011 100755 --- a/input/models.py +++ b/input/models.py @@ -182,7 +182,7 @@ TYPE_CHOICES = {'BIB': format_html('Kostenübernahme IFG-Anfrage'), 'LIT': format_html('Literaturstipendium'), 'LIST': format_html('Mailingliste'), - 'TRAV': format_html('Reisekosten'), + 'TRAV': format_html('Reisekosten'), 'SOFT': format_html('Softwarestipendium'), 'VIS': format_html('Visitenkarten'), }