diff --git a/core/forms.py b/core/forms.py index 49341287..62a2da65 100644 --- a/core/forms.py +++ b/core/forms.py @@ -3,7 +3,7 @@ from django import forms from django.forms import widgets from django.conf import settings from django.utils import timezone -from django.utils.translation import gettext as _ +from django.utils.translation import gettext_lazy as _ from taggit.forms import TagField