diff --git a/pretalx_pages/models.py b/pretalx_pages/models.py index 34032b3..3bfb7e2 100644 --- a/pretalx_pages/models.py +++ b/pretalx_pages/models.py @@ -3,7 +3,7 @@ from django.utils.translation import gettext_lazy as _ from i18nfield.fields import I18nCharField, I18nTextField from pretalx.common.mixins.models import LogMixin -from pretalx.common.phrases import phrases +from pretalx.common.text.phrases import phrases from pretalx.event.models import Event