From: Matías Aguirre Date: Sun, 9 Jan 2011 13:59:41 +0000 (-0200) Subject: Small html changes on template X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ff0a8ad724fa4e9d6b03d8db42c2b1bfe3fe605a;p=django-social-auth.git Small html changes on template --- diff --git a/example/templates/base.html b/example/templates/base.html index 363194c..8642664 100644 --- a/example/templates/base.html +++ b/example/templates/base.html @@ -6,8 +6,9 @@ -

{% block heading %}{% endblock %}

-

Django Social Auth is an easy to setup social authentication/registration mechanism for Django projects.

+

Django Social Auth

+

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

+ +

{% block heading %}{% endblock %}

{% block content %}{% endblock %}
diff --git a/example/templates/done.html b/example/templates/done.html index a28fa04..bba7580 100644 --- a/example/templates/done.html +++ b/example/templates/done.html @@ -5,7 +5,7 @@ {% block content %}
-

User data:

+

User data:

@@ -16,7 +16,7 @@
-

Associate new credentials:

+

Associate new credentials:

  • Twitter diff --git a/example/templates/home.html b/example/templates/home.html index 67252cc..2a31df8 100644 --- a/example/templates/home.html +++ b/example/templates/home.html @@ -5,7 +5,7 @@ {% block content %}
    -

    Login using OAuth from:

    +

    Login using OAuth from:

    -

    Login using OpenId from:

    +

    Login using OpenId from:

Id: {{ user.id }}
Username: {{ user.username }}