We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681657f commit d223a72Copy full SHA for d223a72
pretalx_pages/models.py
@@ -3,7 +3,7 @@
3
from django.utils.translation import gettext_lazy as _
4
from i18nfield.fields import I18nCharField, I18nTextField
5
from pretalx.common.mixins.models import LogMixin
6
-from pretalx.common.phrases import phrases
+from pretalx.common.text.phrases import phrases
7
from pretalx.event.models import Event
8
9
0 commit comments