diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-11-18 15:24:10 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-11-18 15:41:14 +0100 |
commit | 6548d9a09f3ca2937a9cbb8ae72722f4c056c2fd (patch) | |
tree | a1df34629eb3f72df1eab479d14f67ce61551524 /archaeological_warehouse/forms.py | |
parent | b3ce4136e8d5440e4ffc535af579109a22976f9f (diff) | |
download | Ishtar-6548d9a09f3ca2937a9cbb8ae72722f4c056c2fd.tar.bz2 Ishtar-6548d9a09f3ca2937a9cbb8ae72722f4c056c2fd.zip |
Adapt for translation overload
Diffstat (limited to 'archaeological_warehouse/forms.py')
-rw-r--r-- | archaeological_warehouse/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py index 88a355bad..b950a5d3c 100644 --- a/archaeological_warehouse/forms.py +++ b/archaeological_warehouse/forms.py @@ -24,7 +24,7 @@ from django import forms from django.db.models import Max from django.conf import settings from django.forms.formsets import formset_factory -from django.utils.translation import ugettext_lazy as _ +from ishtar_common.utils import ugettext_lazy as _ from ishtar_common.models import Person, valid_id, Town, \ SpatialReferenceSystem, Organization, valid_ids |