dock spellcheck
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Wed, 5 Feb 2020 14:13:27 +0000 (15:13 +0100)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Wed, 5 Feb 2020 14:13:27 +0000 (15:13 +0100)
django_simple/todo/forms.py

index 3000f80..5746644 100644 (file)
@@ -517,7 +517,7 @@ class TaskForm_dock(forms.Form):
      md_seed = forms.IntegerField(label='SEED',initial=-39912345,
                   help_text='seed for random number generator')
      dock_peptide = forms.BooleanField(required=False,initial=False,
-            label='dock peptide',help_text='no constrains on 2nd chain')                  
+            label='dock peptide',help_text='no constraints on 2nd chain')                  
                   
      def clean(self):
              cleaned_data = super(TaskForm_dock, self).clean()
@@ -578,7 +578,7 @@ class TaskForm_dock_a(forms.Form):
      md_seed = forms.IntegerField(label='SEED',initial=-39912345,
                   help_text='seed for random number generator')
      dock_peptide = forms.BooleanField(required=False,initial=False,
-            label='dock peptide',help_text='no constrains on 2nd chain')                  
+            label='dock peptide',help_text='no constraints on 2nd chain')                  
                   
 
      unres_ff = forms.ChoiceField(choices=FF_CHOICE,widget=forms.RadioSelect,