fix typo in queue names
authorMaciej Tronowski <mtro@man.poznan.pl>
Thu, 2 Jul 2015 09:48:56 +0000 (11:48 +0200)
committerMaciej Tronowski <mtro@man.poznan.pl>
Thu, 2 Jul 2015 09:48:56 +0000 (11:48 +0200)
qcg/forms.py

index d104562..527ab4f 100644 (file)
@@ -104,9 +104,9 @@ class JobDescriptionForm(forms.Form):
     )
     QUEUE_CHOICES = (
         CHOICES_PLACEHOLDER,
-        ('plgid', 'plgrid'),
-        ('plgid-long', 'plgrid-long'),
-        ('plgid-testing', 'plgrid-testing'),
+        ('plgrid', 'plgrid'),
+        ('plgrid-long', 'plgrid-long'),
+        ('plgrid-testing', 'plgrid-testing'),
     )
     MODULES_CHOICES = (
         ('plgrid/apps/python', 'plgrid/apps/python'),