author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 16 Sep 2009 14:29:29 +0200 | |
branch | 3.5 |
changeset 3242 | 390acf7594ed |
parent 3241 | 1a6f7a0e7dbd |
child 3243 | 54e07f97c17f |
--- a/web/views/basetemplates.py Wed Sep 16 14:28:58 2009 +0200 +++ b/web/views/basetemplates.py Wed Sep 16 14:29:29 2009 +0200 @@ -14,7 +14,7 @@ from cubicweb.selectors import match_kwargs from cubicweb.view import View, MainTemplate, NOINDEX, NOFOLLOW from cubicweb.utils import make_uid, UStringIO, can_do_pdf_conversion - +from cubicweb.schema import display_name # main templates ##############################################################