use item for item sid

This commit is contained in:
Oskar Hahn 2012-04-15 16:02:13 +02:00
parent d2d3725eb6
commit 92305bf363

View File

@ -117,7 +117,7 @@ class Item(MPTTModel, SlideMixin):
order_insertion_by = ['weight', 'title'] order_insertion_by = ['weight', 'title']
register_slidemodel(Item, model_name=_('Agenda Item')) register_slidemodel(Item)
# TODO: put this in another file # TODO: put this in another file