From c295e5cbc7ca8d06894528131bbb1f76f31ed4b2 Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Sun, 22 Mar 2020 22:22:37 +0100 Subject: [PATCH] fix indentation --- templates/registration/login.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/registration/login.html b/templates/registration/login.html index 8e50fce1..175d37e0 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -16,10 +16,11 @@ SPDX-License-Identifier: GPL-2.0-or-later {% endblocktrans %}

{% endif %} - {%url 'cas_login' as cas_url %} - {% if cas_url %} -
- Vous pouvez aussi vous connecter via l'authentification centralisée en suivant ce lien. + {%url 'cas_login' as cas_url %} + {% if cas_url %} +
+ {% trans "You can also register via the central authentification server " %} + {% trans "using this link "%}
{%endif%}
{% csrf_token %}