diff --git a/authens/templates/authens/login_switch.html b/authens/templates/authens/login_switch.html index 84cf665..16917d1 100644 --- a/authens/templates/authens/login_switch.html +++ b/authens/templates/authens/login_switch.html @@ -2,7 +2,7 @@ {% load i18n %} {% block content %} -

{% trans "Mode de connexion" %}

+

{% if request.site.name %}{{ request.site.name }}{% else %}AuthENS{% endif %} - {% trans "Mode de connexion" %}

{% trans "Clipper" %} diff --git a/authens/templates/authens/pwd_login.html b/authens/templates/authens/pwd_login.html index 8965c62..46bbb87 100644 --- a/authens/templates/authens/pwd_login.html +++ b/authens/templates/authens/pwd_login.html @@ -2,7 +2,7 @@ {% load i18n %} {% block content %} -

{% trans "Connexion par mot de passe" %}

+

{% if request.site.name %}{{ request.site.name }}{% else %}AuthENS{% endif %} - {% trans "Connexion par mot de passe" %}

{% if form.errors %}

{% trans "Nom d'utilisateur et/ou mot de passe incorrect" %}