1 {% extends
"base.html" %}
6 <p>Your username and password didn't match. Please try again.
</p>
9 <form method=
"post" action=
".">
12 <td>{{ form.username.label_tag }}
</td>
13 <td>{{ form.username }}
</td>
16 <td>{{ form.password.label_tag }}
</td>
17 <td>{{ form.password }}
</td>
21 <input type=
"submit" value=
"login" />
22 <input type=
"hidden" name=
"next" value=
"{{ next }}" />