X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Fforms.py;h=33eeeaf24aa17e173e961111219ff099e47af849;hb=73e8a4e152c693adff71a4252d8e623419be31c7;hp=f66ada600b7e80192d7b2cd9edabe02bfcce96a9;hpb=07160bcc9fb6355721773058d3fa236021f8c534;p=qcg-portal.git diff --git a/qcg/forms.py b/qcg/forms.py index f66ada6..33eeeaf 100644 --- a/qcg/forms.py +++ b/qcg/forms.py @@ -117,6 +117,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) # TODO grid ftp executable = forms.CharField(label=u"Plik wykonywalny", max_length=500, required=False) # TODO grid ftp script = forms.CharField(label=u"Skrypt", widget=forms.Textarea(attrs={'rows': 2, 'cols': 40}), required=False) # TODO saving to grid ftp arguments = forms.MultipleChoiceField(label=u"Argumenty", required=False)