~negronjl/+junk/juju_web_ui

« back to all changes in this revision

Viewing changes to juju_web_ui/templates/login.html

  • Committer: Juan L. Negron
  • Date: 2012-03-15 16:30:02 UTC
  • Revision ID: juan.negron@canonical.com-20120315163002-ziq51g1h66ithbzf
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>Juju Web UI</title>
 
6
</head>
 
7
<body>
 
8
<form action="/authorize/" method="post">{% csrf_token %}
 
9
{{ loginForm.as_p }}
 
10
<input type="submit" value="Submit" />
 
11
</form>
 
12
</body>
 
13
</html>
 
 
b'\\ No newline at end of file'