{% extends 'base.html' %} {% block content %}
Pick a picture:
{{ user.username }} {{ user.username }} {{ user.username }} {{ user.username }}

Summary

Location

Update
Username

Full Name

Email
This is the google account you logged in with.

Preferences

  • Access Token
    {{ user.profile.access_token }}
  • Refresh Token
    {{ user.profile.refresh_token }}
  • Expires At
    {{ user.profile.expires_at }}
{% endblock %}