use item for item sid

This commit is contained in:
Oskar Hahn 2012-04-15 16:02:13 +02:00
parent d2d3725eb6
commit 92305bf363
1 changed files with 1 additions and 1 deletions

View File

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