diff --git a/templates/registration/logged_out.html b/templates/registration/logged_out.html index c3feb15d..b700f171 100644 --- a/templates/registration/logged_out.html +++ b/templates/registration/logged_out.html @@ -14,5 +14,5 @@ Copyright © 2019 Alexandre Iooss {% block content %}

{% trans "Thanks for spending some quality time with the Web site today." %}

-

{% trans 'Log in again' %}

+

{% trans 'Log in again' %}

{% endblock %}