From cd3d318279f51b2da3f213a39771722fae396412 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 26 Oct 2018 14:54:27 +0200
Subject: [PATCH] fix templates syntax

---
 templates/web/edugain/index.tt2.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/web/edugain/index.tt2.html b/templates/web/edugain/index.tt2.html
index 3320d46..95f2f78 100644
--- a/templates/web/edugain/index.tt2.html
+++ b/templates/web/edugain/index.tt2.html
@@ -80,7 +80,7 @@
                     </ul>
                 </div>
             </div>
-            <h1 class="row text-center">[ app.name %]</h1>
+            <h1 class="row text-center">[% app.name %]</h1>
         </nav>
         
         <main class="row">
@@ -88,7 +88,7 @@
         </main>
 
         <footer style="visibility: hidden;">
-            <p class="text-center">[ app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">[% lh.maketext("contact us") %]</a></p>
+            <p class="text-center">[% app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">[% lh.maketext("contact us") %]</a></p>
             <div class="central-section">
                 <div class="col-1-1">
                     <img src="images/footer_logo_padded.jpg" style="width: 111px; height:26px;" />
-- 
GitLab