diff options
| -rw-r--r-- | django/contrib/comments/templatetags/comments.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/comments/templatetags/comments.py b/django/contrib/comments/templatetags/comments.py index 72c586e206..126009a5b9 100644 --- a/django/contrib/comments/templatetags/comments.py +++ b/django/contrib/comments/templatetags/comments.py @@ -44,6 +44,7 @@ COMMENT_FORM = ''' ''' FREE_COMMENT_FORM = ''' +{% load i18n %} {% if display_form %} <form action="/comments/postfree/" method="post"> <p>{% trans "Your name:" %} <input type="text" id="id_person_name" name="person_name" /></p> |
