From 606901c4684da5a5c11e65b24df1cd94c833471c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 18 Jul 2018 21:42:43 +0200 Subject: [PATCH] templates: merge duplicated class attributes (#25353) --- .../templates/authentic2_auth_fc/connecting.html | 2 +- .../templates/authentic2_auth_fc/linking.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/authentic2_auth_fc/templates/authentic2_auth_fc/connecting.html b/src/authentic2_auth_fc/templates/authentic2_auth_fc/connecting.html index 97b6e83..fa38525 100644 --- a/src/authentic2_auth_fc/templates/authentic2_auth_fc/connecting.html +++ b/src/authentic2_auth_fc/templates/authentic2_auth_fc/connecting.html @@ -7,7 +7,7 @@
{% if not fc_user_info %} -
+
{% else %}
{% trans "Create your account with FranceConnect" %}

{{ fc_user_info.given_name }} {{ fc_user_info.family_name }}{% if fc_user_info.email %}
{{ fc_user_info.email }}{% endif %}


diff --git a/src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html b/src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html index 48d956e..8964ef6 100644 --- a/src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html +++ b/src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html @@ -17,7 +17,7 @@

-- 2.18.0