]> git.parisson.com Git - telecaster-cgi.git/commitdiff
fix comment
authoryomguy <yomguy@parisson.com>
Fri, 26 Nov 2010 13:41:12 +0000 (13:41 +0000)
committeryomguy <yomguy@parisson.com>
Fri, 26 Nov 2010 13:41:12 +0000 (13:41 +0000)
telecaster.py

index 655097b8c827099d6a8fff3ed0838196bafb7642..ec03b8476433e5c17f7906a741718dbef1666114 100755 (executable)
@@ -101,7 +101,7 @@ class TeleCaster:
            if not form.has_key("comment"):
                comment = 'Non'
            else:
-               form.getfirst("comment")
+               comment = form.getfirst("comment")
                
             self.conference_dict = {'title': self.title,
                         'department': form.getfirst("department"),