web/controller.py
changeset 5694 ce2c108a9595
parent 5556 9ab2b4c74baf
child 5715 2c3e83817a8e
equal deleted inserted replaced
5691:ba2347050144 5694:ce2c108a9595
    23 
    23 
    24 from logilab.mtconverter import xml_escape
    24 from logilab.mtconverter import xml_escape
    25 
    25 
    26 from cubicweb.selectors import yes
    26 from cubicweb.selectors import yes
    27 from cubicweb.appobject import AppObject
    27 from cubicweb.appobject import AppObject
       
    28 from cubicweb.mail import format_mail
    28 from cubicweb.web import LOGGER, Redirect, RequestError
    29 from cubicweb.web import LOGGER, Redirect, RequestError
    29 
    30 
    30 
    31 
    31 NAVIGATION_PARAMETERS = (('vid', '__redirectvid'),
    32 NAVIGATION_PARAMETERS = (('vid', '__redirectvid'),
    32                          ('rql', '__redirectrql'),
    33                          ('rql', '__redirectrql'),