From: Maciej Tronowski Date: Thu, 2 Jul 2015 09:48:56 +0000 (+0200) Subject: fix typo in queue names X-Git-Tag: v1.0~3 X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=10771a19369ccafed13f50d2f924209e860b2a56;p=qcg-portal.git fix typo in queue names --- diff --git a/qcg/forms.py b/qcg/forms.py index d104562..527ab4f 100644 --- a/qcg/forms.py +++ b/qcg/forms.py @@ -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'),