This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
authentic2-beid/src/authentic2_beid/templates/beid/login_form.html

14 lines
364 B
HTML

{% load i18n beid %}
<div id="login-ssl">
<p>
{% trans "Use your Belgian identity card to log in." %}
</p>
<p>
{% trans "Please connect the card reader and put your identity card in" %}
</p>
<form id='beid_login' action='{% beid_url request %}{% url "beid_signin" %}'>
<input type="submit" name="{{ submit_name }}" value="{% trans "Log in" %}"/>
</form>
</div>