Changed ugettext to ugettext_lazy, fixed a comment typo

This commit is contained in:
Roberto Rosario
2011-05-01 04:40:02 -04:00
parent b61de3d001
commit 3261bb08b1

View File

@@ -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 {