Commit cfc5786d authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

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
parent 08a494c4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>