{{
forms.panel_fields(
'Google',
(form.google_client_id, form.google_client_secret),
'''
Redirect URI for Google application:
%s
Do not forget to enable "Google+ API" in your console.
''' % (config.APPLICATION_ID, url_for('google_authorized', _external=True), config.APPLICATION_ID)
)
}}