equal
deleted
inserted
replaced
|
1 {% extends "projrev/base.html" %} |
|
2 {% block stylesheets %} |
|
3 <link rel="stylesheet" href="/site-content/css/login.css" type="text/css"/> |
|
4 {% endblock stylesheets %} |
|
5 {% block body %} |
|
6 <form id="login-form" action="#" method="POST"> |
|
7 <fieldset> |
|
8 |
|
9 <legend>Log in</legend> |
|
10 |
|
11 <label for="login">Email</label> |
|
12 <input type="text" id="login" name="username"/> |
|
13 <div class="clear"></div> |
|
14 |
|
15 <label for="password">Password</label> |
|
16 <input type="password" id="password" name="password"/> |
|
17 <div class="clear"></div> |
|
18 |
|
19 |
|
20 <a href="/create_account" >Create Account</a> |
|
21 |
|
22 <a href="/forgot_password" >Forgot Password</a> |
|
23 <div class="clear"></div> |
|
24 <br /> |
|
25 <br /> |
|
26 <input type="submit" style="margin: -20px 0 0 287px;" class="button" name="commit" value="Log in"/> |
|
27 </fieldset> |
|
28 </form> |
|
29 {% endblock body %} |