Hi, You can also use get_success_url for that:
class ContactView(generic.FormView): form_class = ContactForm def get_success_url(self): return reverse('contact-sent') Regards, Xavier Linovia. Le 21 sept. 2011 à 00:08, Daniel P a écrit : > Same problem. You'r not alone! > > this is also a solution: http://djangosnippets.org/snippets/2445/ > > -- > 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. > -- 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.