web/views/boxes.py
branchstable
changeset 2265 4c028cb136a4
parent 1977 606923dff11b
child 2312 af4d8f75c5db
--- a/web/views/boxes.py	Fri Jul 03 18:37:26 2009 +0200
+++ b/web/views/boxes.py	Mon Jul 06 09:33:09 2009 +0200
@@ -18,10 +18,10 @@
 
 from logilab.mtconverter import html_escape
 
-from cubicweb.rtags import RelationTags
 from cubicweb.selectors import match_user_groups, non_final_entity
+from cubicweb.view import EntityView
+from cubicweb.schema import display_name
 from cubicweb.web.htmlwidgets import BoxWidget, BoxMenu, BoxHtml, RawBoxItem
-from cubicweb.view import EntityView
 from cubicweb.web import uicfg
 from cubicweb.web.box import BoxTemplate