diff --git a/src/accounts/templates/accounts/user-profile.html b/src/accounts/templates/accounts/user-profile.html index 97d66d4..f27671a 100644 --- a/src/accounts/templates/accounts/user-profile.html +++ b/src/accounts/templates/accounts/user-profile.html @@ -9,7 +9,7 @@ {% block main-content %} {% if not user_profile %} - {% trans "User not registered." %} {% trans "Is that you?" %} + {% trans "User not registered." %} {% trans "Is that you?" %} {% trans "Click here and sign up." %} @@ -24,68 +24,69 @@ {% endif %} -