From 60069c467d9c5ad9b3490eaea04ac721fefd9cda Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Wed, 23 May 2018 14:30:03 +0200 Subject: [PATCH] don't forget variable part --- templates/web/complete_challenge.tt2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/complete_challenge.tt2.html b/templates/web/complete_challenge.tt2.html index 256faab..a3d73c3 100644 --- a/templates/web/complete_challenge.tt2.html +++ b/templates/web/complete_challenge.tt2.html @@ -1,6 +1,6 @@ <h2>[% lh.maketext("Complete email challenge") %]</h2> <p> - [% lh.maketext("An email challenge including a validation token has been emailed to you at [_1].") %] + [% lh.maketext("An email challenge including a validation token has been emailed to you at [_1].", email) %] [% lh.maketext("Please copy and paste the validation token in the form below to proof that you are administrator of this service.") %] </p> -- GitLab