Fixed missing {% load i18n %} tag in comments FREE_COMMENT_FORM template

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1378 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-11-23 21:56:21 +00:00
parent 08a494c40d
commit cfc5786d03
1 changed files with 1 additions and 0 deletions

View File

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