We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a6b53 commit dbde6b7Copy full SHA for dbde6b7
1 file changed
ietf/submit/forms.py
@@ -135,8 +135,8 @@ def clean(self):
135
self.get_draft()
136
self.group=self.get_working_group()
137
self.check_previous_submission()
138
- if self.draft.revision == '00' and self.in_first_cut_off:
139
- raise forms.ValidationError(mark_safe(self.cutoff_warning))
+ if self.draft.revision == '00' and self.in_first_cut_off:
+ raise forms.ValidationError(mark_safe(self.cutoff_warning))
140
self.check_tresholds()
141
return super(UploadForm, self).clean()
142
0 commit comments