diff --git a/jm2l/templates/Profil/Profil.mako b/jm2l/templates/Profil/Profil.mako index 2e31135..0eb1946 100644 --- a/jm2l/templates/Profil/Profil.mako +++ b/jm2l/templates/Profil/Profil.mako @@ -12,7 +12,7 @@
Mon lien de connection - - Mon profil publique
+ Mon profil public

${profil_form.prenom.data} ${profil_form.nom.data}

<% DicFormA = { diff --git a/jm2l/templates/Staff/list.mako b/jm2l/templates/Staff/list.mako index a8cd61f..0efb6f9 100644 --- a/jm2l/templates/Staff/list.mako +++ b/jm2l/templates/Staff/list.mako @@ -62,7 +62,7 @@ from slugify import slugify ${task.name} - - ${task.assignee.pseudo or ' '.join([task.assignee.nom, task.assignee.prenom]) } + - ${task.assignee.pseudo or ' '.join([task.assignee.prenom, task.assignee.nom]) } - ${task.due_date.strftime("%d %b").decode("utf-8")} % endif diff --git a/jm2l/templates/layout.mako b/jm2l/templates/layout.mako index e073524..b52168b 100644 --- a/jm2l/templates/layout.mako +++ b/jm2l/templates/layout.mako @@ -65,6 +65,17 @@ ${helpers.uploader_js()}
+ % if request.user and request.user.vote_logo not in [1,2,3]: +
+
+

JM2L 2015

+

« Do It Yourself »

+

Choisissez ici votre logo préféré !

+

Utilisez les flèches pour choisir et voter !
+ Vous pouvez changer à tout moment, mais vous n'aurez droit qu'a un seul choix, le vôtre ;)

+
+
+ % endif