From 9ada5ceeb92296852cbc0bbb21e749ceb7770ad8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Thu, 19 May 2011 12:21:12 -0300 Subject: [PATCH] Foursquare links on example page --- example/templates/done.html | 4 ++++ example/templates/home.html | 1 + 2 files changed, 5 insertions(+) diff --git a/example/templates/done.html b/example/templates/done.html index b057342..2b67f3d 100644 --- a/example/templates/done.html +++ b/example/templates/done.html @@ -45,6 +45,10 @@ Google OAuth2 {% if google_oauth2 %}(disconnect){% endif %} +
  • + Foursquare + {% if foursquare %}(disconnect){% endif %} +
  • Associate new OpenID credentials:

    diff --git a/example/templates/home.html b/example/templates/home.html index d778d83..8555a50 100644 --- a/example/templates/home.html +++ b/example/templates/home.html @@ -18,6 +18,7 @@

    Login using OAuth2 from:

    -- 2.39.5