Removed an "XFAIL" marker that was accidentally hanging around since the
unicode branch days. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
91556cf22e
commit
1580630fbd
|
@ -26,7 +26,6 @@ There were some problems with form translations in #3600
|
||||||
Translations are done at rendering time, so multi-lingual apps can define forms
|
Translations are done at rendering time, so multi-lingual apps can define forms
|
||||||
early and still send back the right translation.
|
early and still send back the right translation.
|
||||||
|
|
||||||
# XFAIL
|
|
||||||
>>> activate('de')
|
>>> activate('de')
|
||||||
>>> print f.as_p()
|
>>> print f.as_p()
|
||||||
<p><label for="id_username">Benutzername:</label> <input id="id_username" type="text" name="username" maxlength="10" /></p>
|
<p><label for="id_username">Benutzername:</label> <input id="id_username" type="text" name="username" maxlength="10" /></p>
|
||||||
|
|
Loading…
Reference in New Issue