X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5709ad98f0e529a37e858931e1ec2f37c3875dcf..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/cover/forms.py diff --git a/apps/cover/forms.py b/apps/cover/forms.py index 7306b33a..513bdefb 100755 --- a/apps/cover/forms.py +++ b/apps/cover/forms.py @@ -44,6 +44,7 @@ class ImageAddForm(forms.ModelForm): raise forms.ValidationError(mark_safe( ugettext('Image already in repository' % same_source.first().get_absolute_url()))) + return source_url def clean(self): cleaned_data = super(ImageAddForm, self).clean()