#286 import error in the agenda overview slide
This commit is contained in:
parent
07a0d42577
commit
8cdcc95fd9
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user