~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to django_openid_auth/templates/openid/failure.html

  • Committer: Janos Gyerik
  • Date: 2011-09-26 19:02:47 UTC
  • Revision ID: janos@axiom-20110926190247-sqcw1x0wufosa6fb
bundle django_openid_auth module for openid authentication

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
 
2
  "http://www.w3.org/TR/html4/strict.dtd">
 
3
<html>
 
4
<head>
 
5
    <title>OpenID failed</title>
 
6
</head>
 
7
<body>
 
8
    <h1>OpenID failed</h1>
 
9
    <p>{{ message|escape }}</p>
 
10
</body>
 
11
</html>