From: Matías Aguirre Date: Wed, 16 Feb 2011 00:48:29 +0000 (-0200) Subject: Disconnect account feature X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b525b4d113a66f2dbb965993d943d06be3106011;p=django-social-auth.git Disconnect account feature --- diff --git a/example/templates/base.html b/example/templates/base.html index e2692f1..d554ff8 100644 --- a/example/templates/base.html +++ b/example/templates/base.html @@ -24,7 +24,7 @@ #content {padding: 0 20px;} .helptext {font-size: 0.9em; color: #aaa; margin: 0; padding: 0;} .description {font-size: 1.0em; color: #333;} - a.logout, .associated, .error {color: #c00;} + a.logout, span.disconnect a, .error {color: #c00;} .error {padding-left: 30px;} #forkme {position: absolute; top: 0; right: 0;} #valid-badges {position: absolute; right: 10px; bottom: 10px;} @@ -35,8 +35,8 @@

Django Social Auth (v{{ version }})

Django Social Auth is an easy to setup social authentication/registration mechanism for Django projects. - Check the documentation on Github

+

Check the documentation on Github

{% block heading %}{% endblock %}

diff --git a/example/templates/done.html b/example/templates/done.html index 3b90b81..4730545 100644 --- a/example/templates/done.html +++ b/example/templates/done.html @@ -18,38 +18,38 @@

Associate new OAuth credentials:

Associate new OpenID credentials: