I have the following simple form for user login, but it seems that the
password field's size is ignored. Any one has seen this before?
thanks.
<form action="/accounts/login/" method="post">
<fieldset class='module aligned'>
<div class="form-row"> <label for="id_username">{%trans
'Username:' %}</label> <input type="text"
name="username" id="id_username" size="10"/> </div>
<div class="form-row ">
<label for="id_password">{% trans 'Password:'%}</label>
<input type="password" name="password" id="id_password" size="10"/>
</div>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django
users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---