#286 import error in the agenda overview slide

This commit is contained in:
Oskar Hahn 2012-07-12 14:06:58 +02:00
parent 07a0d42577
commit 8cdcc95fd9

View File

@ -10,10 +10,11 @@
:license: GNU GPL, see LICENSE for more details.
"""
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import ugettext as _
def agenda_show():
from agenda.models import Item
from openslides.agenda.models import Item
data = {}
items = Item.objects.filter(parent=None)
data['title'] = _("Agenda")