1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

new_admin: added a missing translation hook

git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1268 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Georg Bauer 2005-11-16 16:49:24 +00:00
parent 476dcf047c
commit e7aed52f2b

View File

@ -33,7 +33,7 @@ COMMENT_FORM = '''
<input type="hidden" name="photo_options" value="{{ photo_options }}" />
{% endif %}
<p>Comment:<br /><textarea name="comment" id="id_comment" rows="10" cols="60"></textarea></p>
<p>{% trans "Comment:" %}<br /><textarea name="comment" id="id_comment" rows="10" cols="60"></textarea></p>
<input type="hidden" name="options" value="{{ options }}" />
<input type="hidden" name="target" value="{{ target }}" />