aboutsummaryrefslogtreecommitdiff
path: root/citizens.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'citizens.html.j2')
-rw-r--r--citizens.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/citizens.html.j2 b/citizens.html.j2
index 43593de2..897d1e92 100644
--- a/citizens.html.j2
+++ b/citizens.html.j2
@@ -2,11 +2,11 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }} - {{ _("Citizens") }}</title> 3 <title>{{ _("GNU Taler") }} - {{ _("Citizens") }}</title>
4 <meta name="description" content=""> 4 <meta name="description" content="">
5 <!--# include file="common/header.inc" --> 5 <!--# include file="common/header.{{ _("en") }}.inc" -->
6 </head> 6 </head>
7 <body class="en" onload="loadLang();"> 7 <body class="en" onload="loadLang();">
8 <div class="container"> 8 <div class="container">
9 <!--# include file="common/navigation.inc" --> 9 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
10 <!-- Jumbotron --> 10 <!-- Jumbotron -->
11 <div class="jumbotron"> 11 <div class="jumbotron">
12 <h1>{{ _("Advantages for citizens") }}</h1> 12 <h1>{{ _("Advantages for citizens") }}</h1>
@@ -96,7 +96,7 @@
96 </ol> 96 </ol>
97 <p></p> 97 <p></p>
98 </div> 98 </div>
99 <!--# include file="common/footer.inc" --> 99 <!--# include file="common/footer.{{ _("en") }}.inc" -->
100 </div> <!-- /container --> 100 </div> <!-- /container -->
101 </body> 101 </body>
102</html> 102</html>