On 3/25/06, PythonistL <[EMAIL PROTECTED]> wrote:
>
> Is it possible to have a field in a form that a user can not  edit?
>

I think django doesn't support these input attribute, so you should
extend the code or write the html code manually, just like:

<input disabled="true" ...>

or

<input readonly="true" ...>

maybe django can support these attribute is better.
--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to