summaryrefslogtreecommitdiffstats
path: root/templates/login/form.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login/form.html')
-rw-r--r--templates/login/form.html6
1 files changed, 6 insertions, 0 deletions
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 %}
+<div class="col-md-10">
+ <h4>You are being asked to login by {{login_target}}</h4>
+ <hr>
+</div>
+{% endif %}
<div class="col-sm-7 col-md-6 col-lg-5 login">
<form class="form-horizontal" role="form" id="login_form" action="{{ action }}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="ipsilon_transaction_id" id="ipsilon_transaction_id" value="{{ ipsilon_transaction_id }}">