diff --git a/apps/tags/utils.py b/apps/tags/utils.py index 72b2115f4d..817f693440 100644 --- a/apps/tags/utils.py +++ b/apps/tags/utils.py @@ -1,11 +1,11 @@ -from django.utils.translation import ugettext as _ +from django.utils.translation import ugettext_lazy as _ from tags import tag_document_remove def get_tags_subtemplate(obj): """ - Return all the settings to render a subtemplate containing and + Return all the settings to render a subtemplate containing an object's tags """ return {