Tuesday, June 26, 2012

Re: Django 1.4 - how to display a success message on form save

We do it all over our site. I use class-based views but you can checkout my "MessageMixin". I have the code on this stackoverflow page:


It will show up wherever you send the user to next, as long as your template is coded to display the message.

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment