mirror of https://github.com/django/django.git
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:
parent
08a494c40d
commit
cfc5786d03
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue