Skip to content

Commit

Permalink
Merge pull request #200 from NinadBhat/minor-correction
Browse files Browse the repository at this point in the history
Changing Required to InputRequired
  • Loading branch information
bhearsum committed Dec 23, 2016
2 parents 530e5c4 + 3bf2813 commit 9f0a093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auslib/admin/views/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class EditScheduledChangeExistingRuleForm(ScheduledChangeForm, EditRuleForm):


class EditScheduledChangeDeleteRuleForm(ScheduledChangeForm):
sc_data_version = IntegerField('sc_data_version', validators=[Required()], widget=HiddenInput())
sc_data_version = IntegerField('sc_data_version', validators=[InputRequired()], widget=HiddenInput())


class SignoffForm(Form):
Expand Down

0 comments on commit 9f0a093

Please sign in to comment.