From 5ea128eca075c19880419c072be36fd761aad4a4 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 10 Oct 2014 20:11:59 +0200 Subject: Show login target on the login screen Signed-off-by: Patrick Uiterwijk Reviewed-by: Simo Sorce --- templates/login/form.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates') diff --git a/templates/login/form.html b/templates/login/form.html index 4188ead..e5e5978 100644 --- a/templates/login/form.html +++ b/templates/login/form.html @@ -10,6 +10,12 @@ {% endif %} +{% if login_target %} +
+

You are being asked to login by {{login_target}}

+
+
+{% endif %}