X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..864d45abe5ec985836baf52de168943d25a03be6:/src/cover/forms.py?ds=sidebyside diff --git a/src/cover/forms.py b/src/cover/forms.py index 513bdefb..e6f7868e 100755 --- a/src/cover/forms.py +++ b/src/cover/forms.py @@ -18,6 +18,7 @@ from cover.utils import get_flickr_data, FlickrError, URLOpener class ImageAddForm(forms.ModelForm): class Meta: model = Image + exclude = [] def __init__(self, *args, **kwargs): super(ImageAddForm, self).__init__(*args, **kwargs)