summaryrefslogtreecommitdiff
path: root/developers.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'developers.html.j2')
-rw-r--r--developers.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/developers.html.j2 b/developers.html.j2
index 963b8f45..8097b389 100644
--- a/developers.html.j2
+++ b/developers.html.j2
@@ -2,11 +2,11 @@
<meta charset="utf-8">
<title>{{ _("GNU Taler") }} - {{ _("Developers") }}</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>{{ _("Taler for developers") }}</h1>
@@ -211,7 +211,7 @@
</ol>
<p></p>
</div>
- <!--# include file="common/footer.inc" -->
+ <!--# include file="common/footer.{{ _("en") }}.inc" -->
</div> <!-- /container -->
</body>
</html>