Show login target on the login screen
[cascardo/ipsilon.git] / templates / login / form.html
index 4188ead..e5e5978 100644 (file)
 
 {% 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 }}">