Hi, I am interested in a reset buttion for a form. I have this form.py
*from django import forms* *class ContactForm(forms.Form):* * topic = forms.ChoiceField(choices=TOPIC_CHOICES)* * message = forms.CharField()* * sender = forms.EmailField(required=False)* It adds a submit button by default but I like to add reset button and I don't know how to do it. Thanks a lot -- 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 [email protected]. To post to this group, send email to [email protected]. 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/a944fb30-6a19-477e-9076-766b4d6b7ce1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

