diff --git a/app/view/user/perso.html b/app/view/user/perso.html index 32c4cb4cfe34aa5af67a1318eb621023638d8d11..c5d4e1e6aeda1868c892346372c98c83e2d1a7cf 100644 --- a/app/view/user/perso.html +++ b/app/view/user/perso.html @@ -358,9 +358,9 @@ -
-

Veuillez ajouter une adresse postale ici

-
+
+

{{ _("Expedier à :")}} {{ @adresse.nom }} {{ @adresse.adresse }}

+
diff --git a/www/static/css/custom.css b/www/static/css/custom.css index c86a7864d82837f80b61b825b3ef2334911fd377..67c89a56dfaaedb20ee7f1b884b730d30c7d8728 100644 --- a/www/static/css/custom.css +++ b/www/static/css/custom.css @@ -270,6 +270,10 @@ p { /* bootstrap.css ligne 1289 marge de 10px sous les p qui n'est utile nullepa } #toolbar .navbar-header { display:none; +} +#up-bar > ul:last-child { +display:none; + } }