{% extends "cas_server/bs3/base.html" %} {% load i18n %} {% block ante_messages %} {% if auto_submit %}{% endif %} {% endblock %} {% block content %}
{% csrf_token %} {% include "cas_server/bs3/form.html" %} {% if auto_submit %}{% endif %}
{% endblock %} {% block javascript_inline %} jQuery(function( $ ){ $("#id_warn").click(function(e){ if($("#id_warn").is(':checked')){ createCookie("warn", "on", 10 * 365); } else { eraseCookie("warn"); } }); });{% if auto_submit %} document.getElementById('login_form').submit(); // SUBMIT FORM{% endif %} {% endblock %}