Hi All,

I have a Django project with a form, and I want to display a preview page 
before the user submits.  I can display a preview page using a Django 
FormPreview, but not all form data is displayed properly. Specifically, if 
I have a model field with choices, the string values of these choices 
aren't displayed properly when I use the get_FOO_display method - they 
display as blanks instead.  I'm also having problems applying template 
filters to date fields. The end result is that some data on the preview 
page is visible but other data is blank:

I've posted a question about this topic on StackOverflow here 
<http://stackoverflow.com/questions/30770520/using-django-formpreview-the-right-way>,
 
but so far, no one has been able to answer it.  I'm not sure if it's 
considered good etiquette to link to StackOverflow questions on this 
mailing list, so if this is inappropriate, please let me know.  If not, I'd 
greatly appreciate it if anyone here would be able to answer this question.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/db450332-06ea-4414-b67a-1d2356d56051%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to