~django-openid-auth/django-openid-auth/trunk

« back to all changes in this revision

Viewing changes to django_openidconsumer/templates/openid_signin.html

  • Committer: swillison
  • Date: 2007-04-15 19:20:10 UTC
  • Revision ID: svn-v3-trunk0:3bcd880a-622a-0410-974b-89bbab7935c3:trunk:9
Initial checkin

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>Sign in with your OpenID</title>
 
6
</head>
 
7
<body>
 
8
<h1>Sign in with your OpenID</h1>
 
9
 
 
10
<form action="{{ action }}" method="post">
 
11
<p><input class="openid" type="text" name="openid_url"> <input type="submit" value="Sign in"></p>
 
12
</form>
 
13
 
 
14
</body>
 
15
</html>
 
 
b'\\ No newline at end of file'