summaryrefslogtreecommitdiff
path: root/django/srpproject/templates/login.html
blob: c1d623802a462a7e39e19fe1c89f175970a5db9c (plain)
1
2
3
4
5
6
7
8
9
10
<html>
 <head>
    {{ jsHeader|safe }}
    {{ loginFunction|safe }}
 </head>
 <body>
    {{ error }}<p/>
    {{ loginForm|safe }}
 </body>
</html>