mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-19 14:38:02 +00:00
Typo
This commit is contained in:
@@ -187,7 +187,7 @@ class ImportPhotoView(SuccessMessageMixin, View):
|
||||
if photo.import_image('Gravatar', email.email):
|
||||
messages.success(self.request, _('Image successfully imported'))
|
||||
else:
|
||||
# Honestly, I'm not sure how to rest this...
|
||||
# Honestly, I'm not sure how to test this...
|
||||
messages.error(self.request, _('Image import not successful')) # pragma: no cover
|
||||
else:
|
||||
messages.warning(self.request, _('Nothing importable'))
|
||||
|
||||
Reference in New Issue
Block a user