From d10a619f227cff585c697c725959ad24c045ae58 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Thu, 26 Jul 2018 13:26:20 +0200
Subject: [PATCH] fix translation method call for renater templates too

---
 .../mail/send_authentication_token.tt2.eml       | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/templates/renater/mail/send_authentication_token.tt2.eml b/templates/renater/mail/send_authentication_token.tt2.eml
index ca4dbac..8960968 100644
--- a/templates/renater/mail/send_authentication_token.tt2.eml
+++ b/templates/renater/mail/send_authentication_token.tt2.eml
@@ -1,19 +1,19 @@
 From: eduGAIN Access Check <[% from %]>
 To: [% to %]
-Subject: eduGAIN Access Check - [% lh.maketex("Test accounts request") %]
+Subject: eduGAIN Access Check - [% lh.maketext("Test accounts request") %]
 Content-type: text/plain; charset=UTF-8; format=flowed
 
-[% lh.maketex("This is an email challenge automatically sent to you by eduGAIN Access Check.") %]
-[% lh.maketex("Somebody with IP address [_1] has requested to create test accounts for eduGAIN Service Provider with entityID [_2].", sourceip, entityid) %]
-[% lh.maketex("The address [_1] is mentioned in the eduGAIN metadata as a contact for this Service Provider.", to) %]
+[% lh.maketext("This is an email challenge automatically sent to you by eduGAIN Access Check.") %]
+[% lh.maketext("Somebody with IP address [_1] has requested to create test accounts for eduGAIN Service Provider with entityID [_2].", sourceip, entityid) %]
+[% lh.maketext("The address [_1] is mentioned in the eduGAIN metadata as a contact for this Service Provider.", to) %]
 
-[% lh.maketex("To complete the creation of test accounts, paste the following validation token in the eduGAIN Access Check web form.") %]
+[% lh.maketext("To complete the creation of test accounts, paste the following validation token in the eduGAIN Access Check web form.") %]
 
-[% lh.maketex("Validation token:") %]  [% token %]
+[% lh.maketext("Validation token:") %]  [% token %]
 
 eduGAIN Access Check: [% app.url %]
 
-[% lh.maketex("If the creation of test accounts was not initiated by you or a fellow administrator for the above Service Provider, please forward this email and contact [_1] to inform them about a potential abuse of the eduGAIN Access Check service.", app.support_email) %]
+[% lh.maketext("If the creation of test accounts was not initiated by you or a fellow administrator for the above Service Provider, please forward this email and contact [_1] to inform them about a potential abuse of the eduGAIN Access Check service.", app.support_email) %]
 
-[% lh.maketex("Best Regards") %]
+[% lh.maketext("Best Regards") %]
 eduGAIN Access Check Bot
-- 
GitLab