diff --git a/evapp/models.py b/evapp/models.py index 76bd68a..39a595f 100644 --- a/evapp/models.py +++ b/evapp/models.py @@ -7,10 +7,10 @@ from django.utils.translation import gettext_lazy as _ # suboptimal implementation in views.EvaFormView.beautify_data() # -DEPARTMENT_CHOICES = {'PROG': _('Programme'), +DEPARTMENT_CHOICES = {'COENG': _('Communitys & Engagement'), 'SOFT': _('Softwareentwicklung'), 'CENT': 'Central', - 'KOMEV': _('Kommunikation und Events'), + 'KOMAD': _('Kommunikation & Advocacy'), 'VOR': _('Vorstand'),} VENDOR_CHOICES = {'STANDARD': 'Dell Latitude',