Caught an exception while rendering: Reverse for 'tellfriend' with
arguments '()' and keyword arguments '{}' not found.
<form method="post" action="{% url tellfriend %}">
I have a html template which has two form
My form1 action is empty and form 2 action is as above. I am
getting error @ that line.
1) What is the meaning of the error ?
2) How can I call two different fucntion in views.py from the same
HTML form action.
Thank you
Bhaskar
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.