authentic/src/authentic2_auth_fc/templates/authentic2_auth_fc/login.html

23 lines
663 B
HTML

{% load static %}
{% load i18n %}
{% block title %}
{% block login-block-title %}
{% endblock %}
{% endblock %}
{% block content %}
{% include "authentic2_auth_fc/explanation.html" %}
<div id="fc-button-wrapper">
<div id="fc-button">
<a href="{{ login_url }}"
class="button connexion">
<span class="sr-only">{% trans 'Log in with FranceConnect' %}</span>
</a>
</div>
</div>
<div id="fc-explanation-link">
<a href="{{ about_url }}" target="_blank" rel="noopener" title="{% trans "What is FranceConnect?" %} {% trans "(opens in new window)" %}">{% trans "What is FranceConnect?" %}</a>
</div>
{% endblock %}