diff --git a/templates/emails/index.tpl b/templates/emails/index.tpl
index 0aad81e..a3a52cb 100644
--- a/templates/emails/index.tpl
+++ b/templates/emails/index.tpl
@@ -72,8 +72,8 @@
-(*) cette adresse email t'est réservée pour une période 100 ans après ton entrée à l'X (dans ton cas, jusqu'en
-{$smarty.session.promo+100}).
+{assign var="profile" value=$smarty.session.user->profile()}
+(*) cette adresse email t'est réservée pour une période 100 ans après ton entrée à l'X (dans ton cas, jusqu'en {$profile->yearpromo()+100}).
(**) cette adresse email t'est réservée à vie.
diff --git a/templates/lists/create.tpl b/templates/lists/create.tpl
index 144d34b..b5395cc 100644
--- a/templates/lists/create.tpl
+++ b/templates/lists/create.tpl
@@ -62,7 +62,8 @@ liste :
Promotion : |
|
+ {assign var="profile" value=$smarty.session.user->profile()}
+ {if $smarty.post.promo}value='{$smarty.post.promo}'{else}value='{$profile->yearpromo()}'{/if} />
Par exemple : 2004 |
diff --git a/templates/lists/moderate_mail.tpl b/templates/lists/moderate_mail.tpl
index 06b6245..526cf88 100644
--- a/templates/lists/moderate_mail.tpl
+++ b/templates/lists/moderate_mail.tpl
@@ -35,7 +35,8 @@
raison (pour les refus) :
|
diff --git a/templates/profile/trombino.tpl b/templates/profile/trombino.tpl
index 581b4e9..029bbd4 100644
--- a/templates/profile/trombino.tpl
+++ b/templates/profile/trombino.tpl
@@ -25,7 +25,8 @@