summaryrefslogtreecommitdiff
path: root/app/photos/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/photos/forms.py')
-rw-r--r--app/photos/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/photos/forms.py b/app/photos/forms.py
index 6e299cd..f12ce42 100644
--- a/app/photos/forms.py
+++ b/app/photos/forms.py
@@ -172,6 +172,7 @@ class UploadZipForm(forms.Form):
resize_image(img, 2280, None, 65, base_path+'large/', image.get_image_name())
resize_image(img, 1140, None, 72, base_path+'medium/', image.get_image_name())
resize_image(img, 720, None, 68, base_path+'small/', image.get_image_name())
+ resize_image(img, 160, None, 68, base_path+'thumb/', image.get_image_name())
zipper.close()