diff --git a/roles/ipsilon/files/templates-new/login/form.html b/roles/ipsilon/files/templates-new/login/form.html index 63ccf30b2f..cc2b87e237 100644 --- a/roles/ipsilon/files/templates-new/login/form.html +++ b/roles/ipsilon/files/templates-new/login/form.html @@ -6,12 +6,12 @@ {{ login_target }} wants to use your Fedora Account System (FAS) credentials
{% endblock %} -{% if error %}{{error}}
{% endif %} {% block cardwidths %}col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2{% endblock %} {% block maintitle %} login with FAS {% endblock %} {% block main %} + {% if error %}{{error}}
{% endif %}