Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/bandwagon/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bandwagon/forms.py')
-rw-r--r--apps/bandwagon/forms.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/bandwagon/forms.py b/apps/bandwagon/forms.py
index 7ce311a..c9197f9 100644
--- a/apps/bandwagon/forms.py
+++ b/apps/bandwagon/forms.py
@@ -188,7 +188,6 @@ class CollectionForm(ModelForm):
if icon:
c.icontype = 'image/png'
-
c.save()
if icon:
@@ -207,8 +206,6 @@ class CollectionForm(ModelForm):
fh.close()
tasks.resize_icon.delay(tmp_destination, destination)
- c.save()
-
return c