Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #97 from aldryn/feature/hotfix
Browse files Browse the repository at this point in the history
add missing bracket
  • Loading branch information
FinalAngel authored Jun 17, 2016
2 parents 205ccf2 + a8fd197 commit d46c60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aldryn_forms/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def clean(self, *args, **kwargs):
) % {
'max_size': self.max_width,
'actual_size': width,
}
})

if self.max_height and height > self.max_height:
raise forms.ValidationError(
Expand Down

0 comments on commit d46c60f

Please sign in to comment.