From 93595efe6cdae24e798bc3c5c42b3cf2650f8126 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Thu, 24 May 2018 16:46:01 +0200 Subject: [PATCH] don't forget templating markup --- templates/web/create_accounts.tt2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/web/create_accounts.tt2.html b/templates/web/create_accounts.tt2.html index bd4de61..8064762 100644 --- a/templates/web/create_accounts.tt2.html +++ b/templates/web/create_accounts.tt2.html @@ -45,8 +45,8 @@ </button> <h3>[% lh.maketext("List of user attributes") %]</h3> <p> - lh.maketext("Below is the list of user attributes associated to this test account.") %] - lh.maketext("After a successfull authentication process these attributes are transmited via the SAML protocol from eduGAIN Access Check Identity Provider to your Service Provider.") %] + [% lh.maketext("Below is the list of user attributes associated to this test account.") %] + [% lh.maketext("After a successfull authentication process these attributes are transmited via the SAML protocol from eduGAIN Access Check Identity Provider to your Service Provider.") %] </p> <div> <table> -- GitLab