aboutsummaryrefslogtreecommitdiff
path: root/about.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'about.html.j2')
-rw-r--r--about.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/about.html.j2 b/about.html.j2
index 61108094..5a6a2d69 100644
--- a/about.html.j2
+++ b/about.html.j2
@@ -2,11 +2,11 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }} - {{ _("About us") }}</title> 3 <title>{{ _("GNU Taler") }} - {{ _("About us") }}</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>{{ _("About us") }}</h1> 12 <h1>{{ _("About us") }}</h1>
@@ -113,7 +113,7 @@
113 <p>{{ _("Software engineer. Works on Android wallet.") }}</p> 113 <p>{{ _("Software engineer. Works on Android wallet.") }}</p>
114 </div> 114 </div>
115 </div> 115 </div>
116 <!--# include file="common/footer.inc" --> 116 <!--# include file="common/footer.{{ _("en") }}.inc" -->
117 </div> <!-- /container --> 117 </div> <!-- /container -->
118 </body> 118 </body>
119</html> 119</html>