1 {% extends "base.html" %}
6 <form action='{% url cas_login %}' method='post'>
7 <h1>{% trans "Login" %}</h1>
9 {% for error in errors %}
15 <tr><td><input type="submit" value="{% trans "Login me in" %}"/></td></tr>
20 {% include "horizontal_footer.html" %}