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!