I'm trying to understand the flask-openid codebase, and had a
question:

What is the purpose of this line in login.html template?

<input type=hidden name=next value="{{ next }}">

In the actual code,

    return render_template('login.html', next=oid.get_next_url(),
                           error=oid.fetch_error())

How are get_next_url() and fetch_error() assigned? How does this work.

Thanks,
--Ram.

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" 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/pocoo-libs?hl=en.

Reply via email to