summaryrefslogtreecommitdiff
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 @@
<meta charset="utf-8">
<title>{{ _("GNU Taler") }} - {{ _("About us") }}</title>
<meta name="description" content="">
- <!--# include file="common/header.inc" -->
+ <!--# include file="common/header.{{ _("en") }}.inc" -->
</head>
<body class="en" onload="loadLang();">
<div class="container">
- <!--# include file="common/navigation.inc" -->
+ <!--# include file="common/navigation.{{ _("en") }}.inc" -->
<!-- Jumbotron -->
<div class="jumbotron">
<h1>{{ _("About us") }}</h1>
@@ -113,7 +113,7 @@
<p>{{ _("Software engineer. Works on Android wallet.") }}</p>
</div>
</div>
- <!--# include file="common/footer.inc" -->
+ <!--# include file="common/footer.{{ _("en") }}.inc" -->
</div> <!-- /container -->
</body>
</html>