disabled moonitoring tab
[qcg-portal.git] / qcg / forms.py
index 18d5f8b..13d0a5e 100644 (file)
@@ -129,7 +129,7 @@ class JobDescriptionForm(forms.Form):
     
     
     application = forms.ChoiceField(choices=APPLICATION_CHOICES, label=u"Aplikacja", required=False, initial='unres-gab')  # TODO choices
-    master_file = forms.CharField(label=u"Plik główny", max_length=500, required=False)
+    #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)
     arguments = forms.MultipleChoiceField(label=u"Argumenty", required=False)