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