Skip to content

Commit d223a72

Browse files
committed
Update import of pretalx.common.phrases
1 parent 681657f commit d223a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pretalx_pages/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from django.utils.translation import gettext_lazy as _
44
from i18nfield.fields import I18nCharField, I18nTextField
55
from pretalx.common.mixins.models import LogMixin
6-
from pretalx.common.phrases import phrases
6+
from pretalx.common.text.phrases import phrases
77
from pretalx.event.models import Event
88

99

0 commit comments

Comments
 (0)