File diff ac57053ecf58 → 252697b842c0
vendor/symposion/schedule/forms.py
Show inline comments
...
 
@@ -73,6 +73,8 @@ class ScheduleSectionForm(forms.Form):
 
        if 'encoding' in kwargs:
 
            self.encoding = kwargs['encoding']
 
            kwargs.pop('encoding')
 
        else:
 
            self.encoding = "utf-8"
 
        super(ScheduleSectionForm, self).__init__(*args, **kwargs)
 

	
 
    def clean_filename(self):