From 943ecd7b83adafb547c4f2e25f487dec0ff3ea30 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 7 Jan 2016 14:50:34 +0000 Subject: [PATCH] Show error message in new ipsilon ui Signed-off-by: Patrick Uiterwijk --- roles/ipsilon/files/templates-new/login/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}