authentic2-auth-fedict/src/authentic2_auth_fedict/templates/authentic2_auth_fedict/login.html

13 lines
410 B
HTML

{% load i18n static %}<form method="post">
<img src="{% static "authentic2_auth_fedict/img/beid_image_mini.png" %}"/>
<p>
{% trans "You can use your Belgian identity card to log in." %}
</p>
<p>
<input type="submit" name="{{ submit_name }}" value="{% trans "Login" %}"/>
{% if cancel %}
<input type="submit" name="cancel" value="{% trans 'Cancel' %}"/>
{% endif %}
</form>