Hi,
I'm using the generic view, create_update.update_object, to allow users
of the site to update their profiles through a basic page with a form.
Everything works as long as I include all the model's fields in the
template. For instance, lets say my profile model has 2 fields, I would
have to include both {{form.name}} and {{form.profile}} for the form to
successfully post and save the update. How would I only have
{{form.profile}} editable by the user and have {{form.name}} not be
present when the user views the page?
Thanks
Leon
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---