{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block header %}{% endblock %} {% block modal_class %}login {% if hide %}modal{% endif %}{% endblock %} {% block form_action %}{{ HORIZON_CONFIG.rcshibboleth_url }}{% if redirect_field_name in request.GET %}%3F{{ redirect_field_name|urlencode }}%3D{{ request.GET.next|urlencode }}{% endif %}{% endblock %} {% block ng_controller %}hzLoginController{% endblock %} {% block autocomplete %}{{ HORIZON_CONFIG.password_autocomplete }}{% endblock %} {% block modal-body %} {% comment %} These fake fields are required to prevent Chrome v34+ from autofilling form. {% endcomment %} {% if HORIZON_CONFIG.password_autocomplete != "on" %}
{% endif %} {% include 'auth/_description.html' %} {% endblock %} {% block modal-footer %}{% endblock %}