diff --git a/static/grandlyon-cut/_fc.scss b/static/grandlyon-cut/_fc.scss index 96d5bbf..d85c643 100644 --- a/static/grandlyon-cut/_fc.scss +++ b/static/grandlyon-cut/_fc.scss @@ -57,9 +57,8 @@ div#methods div#fc-button-wrapper { } } a.button { - border: 0; - background: transparent; - padding: 0; + padding-top: 23%; + margin: 0; } p:last-child { display: none; diff --git a/templates/authentic2_auth_fc/explanation.html b/templates/authentic2_auth_fc/explanation.html index 8a10312..0650280 100644 --- a/templates/authentic2_auth_fc/explanation.html +++ b/templates/authentic2_auth_fc/explanation.html @@ -1,3 +1,4 @@ +{% extends "authentic2_auth_fc/explanation.html" %} {% load i18n %} {% block fc-explanation %}
diff --git a/templates/authentic2_auth_fc/login.html b/templates/authentic2_auth_fc/login.html deleted file mode 100644 index 63ff773..0000000 --- a/templates/authentic2_auth_fc/login.html +++ /dev/null @@ -1,17 +0,0 @@ -{% load staticfiles %} -{% load i18n %} - - -
- -
-{% include "authentic2_auth_fc/explanation.html" %} -{% if popup %}{% endif %} diff --git a/templates/authentic2_auth_fc/login_registration.html b/templates/authentic2_auth_fc/login_registration.html deleted file mode 100644 index bbe36ff..0000000 --- a/templates/authentic2_auth_fc/login_registration.html +++ /dev/null @@ -1,15 +0,0 @@ -{% load staticfiles %} -{% load i18n %} - -
-
-

Je n'ai pas encore de {{ account_label }}

-

Création de mon {{ account_label }} à partir des données reçues de FranceConnect.

- {{ fc_user_info.given_name }} {{ fc_user_info.family_name }}{% if fc_user_info.email %}
{{ fc_user_info.email }}{% endif %}
-
- Valider -
-
-
-{% include "authentic2_auth_fc/explanation.html" %} -{% if popup %}{% endif %} diff --git a/templates/authentic2_auth_fc/unlink.html b/templates/authentic2_auth_fc/unlink.html deleted file mode 100644 index fb68013..0000000 --- a/templates/authentic2_auth_fc/unlink.html +++ /dev/null @@ -1,36 +0,0 @@ -{% extends "authentic2_auth_fc/base.html"%} -{% load staticfiles %} -{% load i18n %} - -{% block content %} -
-

- {% blocktrans %} - You're about to delete the link between your user account and your FranceConnect account. - {% endblocktrans %} -

-

- {% blocktrans %} - Deleting this link won't delete those accounts. However, once all the links with FranceConnect - are deleted, it's no more possible to use the FranceConnect to automatically login to your - user account. It is still possible to link those accounts once again by using the - button FranceConnect on the login page. - {% endblocktrans %} -

- {% if no_password %} -

- {% blocktrans %} - Your user account has no password and removing this link may make this account inaccessible. - To avoid this situation, please provide a password. - {% endblocktrans %} -

- {% endif %} -
- {% csrf_token %} - {{ form.as_p }} - - -
-
-{% endblock %} -