From 6548d9a09f3ca2937a9cbb8ae72722f4c056c2fd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 18 Nov 2019 15:24:10 +0100 Subject: Adapt for translation overload --- archaeological_context_records/wizards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records/wizards.py') diff --git a/archaeological_context_records/wizards.py b/archaeological_context_records/wizards.py index 8338f8b23..53f13c481 100644 --- a/archaeological_context_records/wizards.py +++ b/archaeological_context_records/wizards.py @@ -18,7 +18,7 @@ # See the file COPYING for details. from django.core.exceptions import ObjectDoesNotExist -from django.utils.translation import ugettext_lazy as _ +from ishtar_common.utils import ugettext_lazy as _ from . import models from ishtar_common.forms import reverse_lazy -- cgit v1.2.3