equal
deleted
inserted
replaced
5 {% block body %} |
5 {% block body %} |
6 <form id="login-form" action="#" method="POST"> |
6 <form id="login-form" action="#" method="POST"> |
7 <fieldset> |
7 <fieldset> |
8 |
8 |
9 <legend>Log in</legend> |
9 <legend>Log in</legend> |
10 |
10 {% if error %} |
|
11 |
|
12 |
|
13 Wrong Email or password.<br/> |
|
14 {% endif %} |
11 <label for="login">Email</label> |
15 <label for="login">Email</label> |
12 <input type="text" id="login" name="username"/> |
16 <input type="text" id="login" name="username"/> |
13 <div class="clear"></div> |
17 <div class="clear"></div> |
14 |
18 |
15 <label for="password">Password</label> |
19 <label for="password">Password</label> |