X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/98991aa87cc8c4c3377247afc007823124cdc658..ed7cd4d7271acd67bf366e4d320f9c49f07a50ea:/src/cover/forms.py diff --git a/src/cover/forms.py b/src/cover/forms.py index 550e4a5f..ee82a5af 100644 --- a/src/cover/forms.py +++ b/src/cover/forms.py @@ -102,7 +102,7 @@ class ReadonlyImageEditForm(ImageEditForm): class ImportForm(forms.Form): - source_url = forms.URLField(label=_('WikiCommons, MNW or Flickr URL')) + source_url = forms.URLField(label=_('WikiCommons, MNW, Flickr, RawPixel URL')) def clean_source_url(self): url = self.cleaned_data['source_url']