web/views/massmailing.py
branchstable
changeset 6006 54cdc0164193
parent 5914 dc5a77a2e485
child 6637 6bbfc628555b
equal deleted inserted replaced
6005:0300fae1f7cb 6006:54cdc0164193
    56 
    56 
    57 
    57 
    58 class MassMailingForm(forms.FieldsForm):
    58 class MassMailingForm(forms.FieldsForm):
    59     __regid__ = 'massmailing'
    59     __regid__ = 'massmailing'
    60 
    60 
    61     needs_js = ('cubicweb.widgets.js',)
    61     needs_js = ('cubicweb.edition.js', 'cubicweb.widgets.js',)
    62     needs_css = ('cubicweb.mailform.css')
    62     needs_css = ('cubicweb.mailform.css')
    63     domid = 'sendmail'
    63     domid = 'sendmail'
    64     action = 'sendmail'
    64     action = 'sendmail'
    65 
    65 
    66     sender = ff.StringField(widget=TextInput({'disabled': 'disabled'}),
    66     sender = ff.StringField(widget=TextInput({'disabled': 'disabled'}),