branch | stable |
changeset 6006 | 54cdc0164193 |
parent 5914 | dc5a77a2e485 |
child 6637 | 6bbfc628555b |
--- a/web/views/massmailing.py Fri Jul 23 17:54:18 2010 +0200 +++ b/web/views/massmailing.py Fri Jul 23 10:30:10 2010 +0200 @@ -58,7 +58,7 @@ class MassMailingForm(forms.FieldsForm): __regid__ = 'massmailing' - needs_js = ('cubicweb.widgets.js',) + needs_js = ('cubicweb.edition.js', 'cubicweb.widgets.js',) needs_css = ('cubicweb.mailform.css') domid = 'sendmail' action = 'sendmail'