aboutsummaryrefslogtreecommitdiff
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 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }} - {{ _("Developers") }}</title> 3 <title>{{ _("GNU Taler") }} - {{ _("Developers") }}</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>{{ _("Taler for developers") }}</h1> 12 <h1>{{ _("Taler for developers") }}</h1>
@@ -211,7 +211,7 @@
211 </ol> 211 </ol>
212 <p></p> 212 <p></p>
213 </div> 213 </div>
214 <!--# include file="common/footer.inc" --> 214 <!--# include file="common/footer.{{ _("en") }}.inc" -->
215 </div> <!-- /container --> 215 </div> <!-- /container -->
216 </body> 216 </body>
217</html> 217</html>