Fixing year in mail

This commit is contained in:
2018-07-06 12:40:26 +02:00
parent 92bc879e42
commit adeb064515
+1 -1
View File
@@ -33,7 +33,7 @@ L'équipe des <b>JM2L</b>
<br> <br>
</%def> \ </%def> \
<%def name="Forgot(request, User)"> <%def name="Forgot(request, User)">
<img src="https://jm2l.linux-azur.org/${request.Year}/logo.png" alt="JM2L" /> <img src="https://jm2l.linux-azur.org/2018/logo.png" alt="JM2L" />
<H4>JM2L</H4> <H4>JM2L</H4>
Bonjour ${User.prenom},<br> Bonjour ${User.prenom},<br>
<br> <br>