diff --git a/oidc_ldap_bridge/templates/login.html b/oidc_ldap_bridge/templates/login.html index 6c5fd0a3..8ecd6d6b 100644 --- a/oidc_ldap_bridge/templates/login.html +++ b/oidc_ldap_bridge/templates/login.html @@ -24,6 +24,18 @@ {% endfor %} {% endwith %} - {{ sui.render_form(form, _("Sign in"), action=request.url) }} +
+ + {{ form.hidden_tag() if form.hidden_tag }} + {{ sui.render_field(form.login, icon="user") }} + {{ sui.render_field(form.password, icon="lock") }} + + +
{% endblock %}