From d223a72fe17174593f22a3a41dbf05a6a0f81651 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Tue, 30 Apr 2024 13:13:15 +0200 Subject: [PATCH] Update import of pretalx.common.phrases --- pretalx_pages/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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