{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-header %}{% trans "Log In" %}{% endblock %} {% block modal_class %}rhlogin {% if hide %}modal{% endif %}{% endblock %} {% block form_action %}{% url 'login' %}{% 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 %}