File: login.html

package info (click to toggle)
python-django-openstack-auth 2.2.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 512 kB
  • sloc: python: 2,366; makefile: 35
file content (11 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
    <head>
        <title>Login</title>
    </head>
    <body>
        <form action="." method="POST">{{ csrf_token }}
            {{ form.as_p }}
        </form>
    </body>
</html>