From dcdae2932f84637e76e3f6eca6e469ca4d01666c Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Tue, 30 Apr 2024 13:12:33 +0200 Subject: [PATCH] Change import of pretalx.common.phrases --- pretalx_public_voting/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pretalx_public_voting/models.py b/pretalx_public_voting/models.py index ec562fa..16c6d8b 100644 --- a/pretalx_public_voting/models.py +++ b/pretalx_public_voting/models.py @@ -3,7 +3,7 @@ from django.utils.translation import gettext_lazy as _ from django_scopes import ScopedManager from i18nfield.fields import I18nTextField -from pretalx.common.phrases import phrases +from pretalx.common.text.phrases import phrases def get_dict():