X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Fforms.py;h=ecfb1545bd6725228d4b55b8acddbd71fbf00afc;hb=c101141ec6a1c32fe158b2f4ed7d8fe68e702cf6;hp=a08a9e5e5a92be824a80ebdf2109de1109c8fc63;hpb=8a983ab6644978d2d0908e94f744b5d193df4826;p=qcg-portal.git diff --git a/qcg/forms.py b/qcg/forms.py index a08a9e5..ecfb154 100644 --- a/qcg/forms.py +++ b/qcg/forms.py @@ -119,7 +119,7 @@ class JobDescriptionForm(forms.Form): application = forms.ChoiceField(choices=APPLICATION_CHOICES, label=u"Aplikacja", required=False) # TODO choices master_file = forms.CharField(label=u"Plik główny", max_length=500, required=False) executable = forms.CharField(label=u"Plik wykonywalny", max_length=500, required=False) - script = forms.CharField(label=u"Skrypt", widget=forms.Textarea(attrs={'rows': 2, 'cols': 40}), required=False) # TODO saving to grid ftp + script = forms.CharField(label=u"Skrypt", widget=forms.Textarea(attrs={'rows': 2, 'cols': 40}), required=False) arguments = forms.MultipleChoiceField(label=u"Argumenty", required=False) note = forms.CharField(label=u"Opis", widget=forms.Textarea(attrs={'rows': 2, 'cols': 40}), required=False) grant = forms.CharField(label=u"Grant", max_length=100, required=False)