publik-base-theme/templates/variants/alpes-maritimes-2018/authentic2_auth_fc/login.html

16 lines
533 B
HTML

{% load static %}
{% load i18n %}
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}">
<div id="fc-button-wrapper">
<h2>OU IDENTIFIEZ-VOUS</h2>
<h2>AVEC FRANCE CONNECT</h2>
<div id="fc-button">
<a href="{{ login_url }}"
title="{% trans 'Log in with FranceConnect' %}"
class="button connexion{% if popup %} js-fc-popup{% endif %}">
</a>
</div>
</div>
{% if popup %}<script src="{% static 'authentic2_auth_fc/js/fc.js' %}" type="text/javascript"></script>{% endif %}