From b61151cea27ac14cfc7c419f707bedceb96a74a0 Mon Sep 17 00:00:00 2001 From: Marne <ms@laquadrature.net> Date: Tue, 6 Nov 2018 13:13:43 +0100 Subject: [PATCH] Update perso.html --- app/view/user/perso.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/view/user/perso.html b/app/view/user/perso.html index 2e62426..633aad4 100644 --- a/app/view/user/perso.html +++ b/app/view/user/perso.html @@ -424,7 +424,7 @@ <img class="media-object" src="/static/img/pibag2.svg" alt=""> </div> <div class="media-body"> - {{ _("Un pibag et un piplôme") }} + {{ _("Un pibag") }} </div> </li> </check> @@ -434,7 +434,7 @@ <img class="media-object" src="/static/img/pishirt2.svg" alt=""> </div> <div class="media-body"> - {{ _("Un pi-shirt, un pibag et piplôme") }} + {{ _("Un pi-shirt - Taille : @atailles[@taille]") }} </div> </li> </check> @@ -444,7 +444,7 @@ <img class="media-object" src="/static/img/hoopie2.svg" alt=""> </div> <div class="media-body"> - {{ _("Un hoopie, un pi-shirt, un pibag et piplôme") }} + {{ _("Un hoopie - Taille : @atailles[@taille_h]") }} </div> </li> </check> -- GitLab