scanner-correction

This commit is contained in:
denis defolie
2026-07-11 10:55:30 +02:00
parent 299bfad872
commit c0a57a8920
3 changed files with 11 additions and 14 deletions
+4 -4
View File
@@ -14,10 +14,10 @@ from django.contrib.auth.models import User
MULTIWELL_POSITION = [
('HG', _("MP 6x24: HG-Haut gauche")),
('HD', _("MP 6x24: HD-Haut droit")),
('BG', _("MP 6x24: BG-Bas gauche")),
('BD', _("MP 6x24: BD-Bas droit")),
('HG', _("MP 4x6: HG-Haut gauche")),
('HD', _("MP 4x6: HD-Haut droit")),
('BG', _("MP 4x6: BG-Bas gauche")),
('BD', _("MP 4x6: BD-Bas droit")),
('HG_6', _("MP 2x3: HG-Haut gauche")),
('HD_6', _("MP 2x3: HD-Haut droit")),
('BG_6', _("MP 2x3: BG-Bas gauche")),