From ce839efabc274d06230945d313e0cabee9a5f84e Mon Sep 17 00:00:00 2001 From: Daru13 Date: Wed, 23 Sep 2020 17:41:53 +0200 Subject: [PATCH] Fix the style of the clipper account name. --- fiches/templates/fiches/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %}