Skip to content
Snippets Groups Projects
Verified Commit 1ee40cb9 authored by ynerant's avatar ynerant
Browse files

Fix chemistry department (warning: this may break the choices from members of the department)


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent bd035744
No related branches found
No related tags found
2 merge requests!177Corrections de bugs,!176Corrections de bugs
Pipeline #9067 failed with stages
in 15 minutes and 20 seconds
......@@ -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)")),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment