Kaydet (Commit) cfc5786d authored tarafından Adrian Holovaty's avatar Adrian Holovaty

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
üst 08a494c4
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment