From 8187422ccd67ea1261f84348faa3c16857884818 Mon Sep 17 00:00:00 2001 From: Serafeim Papastefanos Date: Mon, 14 Feb 2022 14:21:43 +0200 Subject: [PATCH] Update edit_handlers.py --- condensedinlinepanel/edit_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/condensedinlinepanel/edit_handlers.py b/condensedinlinepanel/edit_handlers.py index ca495c8..289f72f 100644 --- a/condensedinlinepanel/edit_handlers.py +++ b/condensedinlinepanel/edit_handlers.py @@ -5,7 +5,7 @@ from django import forms from django.conf import settings from django.core.serializers.json import DjangoJSONEncoder -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from modelcluster.forms import BaseChildFormSet