web/views/massmailing.py
branchtls-sprint
changeset 1684 22486268ff94
parent 1467 972517be96dc
child 1977 606923dff11b
equal deleted inserted replaced
1683:c74566e61f1a 1684:22486268ff94
    11 from cubicweb.interfaces import IEmailable
    11 from cubicweb.interfaces import IEmailable
    12 from cubicweb.selectors import implements, match_user_groups
    12 from cubicweb.selectors import implements, match_user_groups
    13 from cubicweb.view import EntityView
    13 from cubicweb.view import EntityView
    14 from cubicweb.web import stdmsgs
    14 from cubicweb.web import stdmsgs
    15 from cubicweb.web.action import Action
    15 from cubicweb.web.action import Action
    16 from cubicweb.web.form import FieldsForm, FormRenderer, FormViewMixIn
    16 from cubicweb.web.form import FieldsForm, FormViewMixIn
       
    17 from cubicweb.web.formrenderers import FormRenderer
    17 from cubicweb.web.formfields import StringField
    18 from cubicweb.web.formfields import StringField
    18 from cubicweb.web.formwidgets import CheckBox, TextInput, AjaxWidget, ImgButton
    19 from cubicweb.web.formwidgets import CheckBox, TextInput, AjaxWidget, ImgButton
    19 
    20 
    20 _ = unicode
    21 _ = unicode
    21 
    22