diff --git a/fiches/templates/fiches/base.html b/fiches/templates/fiches/base.html index 5ffd7ca..5bd6147 100644 --- a/fiches/templates/fiches/base.html +++ b/fiches/templates/fiches/base.html @@ -45,7 +45,7 @@
{% if user.is_authenticated %} - {% blocktrans %}Connecté en tant que {{ user }}{% endblocktrans %}
+ {% blocktrans %}Connecté en tant que {{ user }}{% endblocktrans %}
{% trans "Se déconnecter" %} {% else %} {% trans "Se connecter" %}