#7927: Form Field not rendered
--------------------------------------------------------------+-------------
          Reporter:  Oliver Weichhold <[EMAIL PROTECTED]>  |         Owner:  
nobody       
            Status:  closed                                   |     Milestone:  
1.0 beta     
         Component:  Uncategorized                            |       Version:  
SVN          
        Resolution:  worksforme                               |      Keywords:  
forms, i18n',
             Stage:  Unreviewed                               |     Has_patch:  
0            
        Needs_docs:  0                                        |   Needs_tests:  
0            
Needs_better_patch:  0                                        |  
--------------------------------------------------------------+-------------
Changes (by bjornkri):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => worksforme
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Ran the code, both through shell and a rendered template, with and without
 fixing the space in ' title':, with lblSearchRealm set to "myfürm" in the
 appropriate mo/po, and I got the input field in every case.

 Template:
 {{{
 {% load i18n %}
 {{ form }}
 }}}

 And Shell:
 {{{
 print SearchForm()
 }}}

 Results in:
 {{{
 <tr><th><label for="id_realm">Realm:</label></th><td><input id="id_realm"
 type="text"  title="myfürm" name="realm" maxlength="100" /></td></tr>
 }}}

 Works for me.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/7927#comment:1>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to