1 {% extends "base.html" %}
7 {% block maincontent %}
8 <form action='.' 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>