]> git.parisson.com Git - django-social-auth.git/commitdiff
Uniform title
authorMatías Aguirre <matiasaguirre@gmail.com>
Sun, 9 Jan 2011 14:30:11 +0000 (12:30 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Sun, 9 Jan 2011 14:30:11 +0000 (12:30 -0200)
example/templates/base.html
example/templates/done.html
example/templates/error.html
example/templates/home.html

index 86426646eebee1185a6cf76cf4116cc42589f3ab..5abaa6aac297896b37805ec4c35e951703831ae5 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
   <head>
-    <title>Social authentication | {% block title %}{% endblock %}</title>
+    <title>Django Social Auth</title>
     <meta name="description" content="Django Social Auth is an easy to setup social authentication/registration mechanism for Django projects." />
     <meta name="keywords" content="social auth, openid, oauth, twitter, facebook, google, yahoo, myopenid, django, python" />
     <style>
index bba758078be666546e4a1f1549b6dd15e56964e2..cfbd03b67cd7735c2e72bdce06ee85f2a5c0634f 100644 (file)
@@ -1,5 +1,4 @@
 {% extends "base.html" %}
-{% block title %}Logged in{% endblock %}
 
 {% block heading %}Logged in!{% endblock %}
 
index 99e1e58c87fd7b0f293aa7cfca2ec275352cff0a..ed361279cc69e59ae1e2851f0ee168b5624d6650 100644 (file)
@@ -1,5 +1,4 @@
 {% extends "base.html" %}
-{% block title %}Error{% endblock %}
 
 {% block heading %}Error!{% endblock %}
 
index 2a31df85e536c2e6e1a531d216f553f451947ffe..582aa2466fb8dcf5c38c0de9e638ab76725f4a43 100644 (file)
@@ -1,5 +1,4 @@
 {% extends "base.html" %}
-{% block title %}Login{% endblock %}
 
 {% block heading %}Login using any of the following methods{% endblock %}