From ebe3cbedc67caf3bd73acf832021a7f231a295da Mon Sep 17 00:00:00 2001 From: Masin Al-Dujaili Date: Wed, 9 Aug 2023 15:25:14 +0000 Subject: [PATCH] Bereiche umbenannt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Das sollte https://otrs.wikimedia.de/otrs/index.pl?Action=AgentTicketZoom;TicketID=1314485 lösen. Angaben von Jens Behrend. --- evapp/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',