Skip to content
Snippets Groups Projects
Verified Commit 4e349996 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fix: typo

parent c4e9dcb3
No related branches found
No related tags found
No related merge requests found
Pipeline #7433 passed
......@@ -149,7 +149,7 @@ class Image(models.Model):
super().save(*args, **kwargs)
if self.image.name and settings.THUMBNAIL_SIZES:
for size in settings.HUMBNAIL_SIZES:
for size in settings.THUMBNAIL_SIZES:
self.image.thumbnail = self.image.crop[size].name
def delete(self, using=None, keep_parents=False):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment