1 {% extends "base.html" %}
8 <form action='{% url login %}' method='post'>
10 <legend>Log in to your account</legend>
13 {% for error in errors %}
14 <li>{{ error|escape }}</li>
18 <table style="border: none;">
21 <p><input type="submit" value="Login"/></p>