]> git.parisson.com Git - teleforma.git/commitdiff
remove double form_valid call on conference record
authoryomguy <yomguy@parisson.com>
Fri, 2 Nov 2012 13:32:06 +0000 (14:32 +0100)
committeryomguy <yomguy@parisson.com>
Fri, 2 Nov 2012 13:32:06 +0000 (14:32 +0100)
teleforma/views/core.py

index 5ea9701b145256a6bd22cd859bed0a7dfdebb17a..4cc98dca0b63dce512c57d2fcf39ea27599e9f60 100644 (file)
@@ -459,8 +459,6 @@ class ConferenceRecordView(FormView):
         except:
             pass
 
-        return super(ConferenceRecordView, self).form_valid(form)
-
     def snapshot(self, url, dir):
         width = 160
         height = 90