I think that will go into templates/ directory.
Anand
--
You received this message because you are subscribed to the Google Groups "web.py" group.
To post to this group, send email to we...@googlegroups.com.
To unsubscribe from this group, send email to webpy+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
The templates/ directory typically be in the same place where your code is.
Anand
Anand
Looks like you have "$def with (form)" in the middle of the template.
That is supposed to be start of the template.
Have you added anything more to the formtest.html?
Anand
Anand
From the stack trace it looks like you have the following line in your template.
<p class="p1">$def with (form)</p>
Hello,
I want to make a web app using web.py which takes input from user that is username and password, and in turn communicates with google server. I am not sure how should I proceed. I thought of making a form which ask for username and password and then pass it to that python function. Please tell me if I am on right path?
--