author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 22 Sep 2011 19:02:29 +0200 | |
branch | stable |
changeset 7835 | c071e0b70bf5 |
parent 7834 | 258fc0b4a1e0 |
child 7836 | 0ada13ce2e16 |
--- a/web/views/baseviews.py Thu Sep 22 17:20:52 2011 +0200 +++ b/web/views/baseviews.py Thu Sep 22 19:02:29 2011 +0200 @@ -452,7 +452,7 @@ For each group, display a link to entities of this group by generating url like <basepath>/<key> or <basepath>/<key item 1>/<key item 2>. """ - __abstrack__ = True + __abstract__ = True __select__ = EntityView.__select__ & match_kwargs('basepath') entity_attribute = None reversed = False