On Oct 30, 5:47 am, Anthony Simonelli <asimonell...@gmail.com> wrote:

> Is there any way to display the fields as text rather than as input fields?

My suggestion would be to write your own widget that simply renders as
text, and make all the uneditable fields use that widget. Have a look
in the django code (django/forms/widgets.py) for examples of how to
write a widget. Bear in mind that you will have to account for the
fact that a bit of text wont be submitted with the form.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to