# HG changeset patch # User Alexandre Segura # Date 1492018890 -7200 # Node ID 0572214c8546db37cadebeeae4db5ce868a5c21d # Parent 4701ee4556e30347d68a2ca3248716c578b77827 Fix wording & UX. diff -r 4701ee4556e3 -r 0572214c8546 src/iconolab/templates/partials/header.html --- a/src/iconolab/templates/partials/header.html Wed Apr 12 19:41:01 2017 +0200 +++ b/src/iconolab/templates/partials/header.html Wed Apr 12 19:41:30 2017 +0200 @@ -24,10 +24,10 @@ Mon espace {{ unread_count }} -
  • Se déconnecter
  • +
  • Déconnexion
  • {% else %}
  • Créer un compte
  • -
  • Se Connecter
  • +
  • Connexion
  • {% endif %} diff -r 4701ee4556e3 -r 0572214c8546 src/iconolab/templates/registration/login.html --- a/src/iconolab/templates/registration/login.html Wed Apr 12 19:41:01 2017 +0200 +++ b/src/iconolab/templates/registration/login.html Wed Apr 12 19:41:30 2017 +0200 @@ -2,12 +2,11 @@ {% block content %} -{% if form.errors %} -

    Combinaison identifiant/mot de passe incorrecte. Veuillez réessayer.

    -{% endif %} -

    Se connecter

    + {% if form.errors %} +
    Combinaison identifiant/mot de passe incorrecte. Veuillez réessayer.
    + {% endif %}
    {% csrf_token %} {% for field in form %}