On Sep 15, 4:44 pm, Perry <[email protected]> wrote: > it would be good if app engine "getting started" > instructions:http://code.google.com/appengine/docs/python/gettingstarted/templates... > > showed what the pages should look like > > for some reason I am getting two text boxes and a log out button. > > that does not seem right. > > -- should the instructions maybe have the full code posted (rather > than incremental changes), which would better show where new users > like me have made errors.???
It sounds like you possibly copied the HTML incorrectly and have an extra textarea element instead of <input type="submit">. Questions should have the full code posted, rather than a vague description of the problem. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
