From 1ee40cb94e44fbc2a13d8485333b5bd04235af38 Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <ynerant@crans.org>
Date: Thu, 9 Sep 2021 09:10:05 +0200
Subject: [PATCH] Fix chemistry department (warning: this may break the choices
 from members of the department)

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
---
 apps/member/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/member/models.py b/apps/member/models.py
index 2564190a..73b7c668 100644
--- a/apps/member/models.py
+++ b/apps/member/models.py
@@ -57,7 +57,7 @@ class Profile(models.Model):
             ('A1', _("Mathematics (A1)")),
             ('A2', _("Physics (A2)")),
             ("A'2", _("Applied physics (A'2)")),
-            ('A''2', _("Chemistry (A''2)")),
+            ("A''2", _("Chemistry (A''2)")),
             ('A3', _("Biology (A3)")),
             ('B1234', _("SAPHIRE (B1234)")),
             ('B1', _("Mechanics (B1)")),
-- 
GitLab