X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b2f4ade206d7b14e14cd902eddd990e84eb6552f..51c43b2690ff814ec4b744c630c0b3f48294dbb0:/src/search/forms.py diff --git a/src/search/forms.py b/src/search/forms.py index 34af136dc..4fa051d7a 100644 --- a/src/search/forms.py +++ b/src/search/forms.py @@ -2,7 +2,7 @@ # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. # from django import forms -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from search.fields import JQueryAutoCompleteSearchField