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:
Malcolm Tredinnick 2007-10-27 06:23:19 +00:00
parent 91556cf22e
commit 1580630fbd
1 changed files with 0 additions and 1 deletions

View File

@ -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
early and still send back the right translation.
# XFAIL
>>> activate('de')
>>> print f.as_p()
<p><label for="id_username">Benutzername:</label> <input id="id_username" type="text" name="username" maxlength="10" /></p>