summaryrefslogtreecommitdiff
path: root/governments.html.j2
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2017-01-19 19:46:02 +0100
committertg(x) <*@tg-x.net>2017-01-19 19:46:02 +0100
commitdbf11d7daf526574bf2f7c9ef8cbca7ce56ae635 (patch)
treecbe7b803633b975a45b5ab206bfb9e60c9097c47 /governments.html.j2
parentad575cbedbbc6d109241aebf225b7e07bdb17555 (diff)
downloadwww-dbf11d7daf526574bf2f7c9ef8cbca7ce56ae635.tar.gz
www-dbf11d7daf526574bf2f7c9ef8cbca7ce56ae635.tar.bz2
www-dbf11d7daf526574bf2f7c9ef8cbca7ce56ae635.zip
i18n: fix common includes
Diffstat (limited to 'governments.html.j2')
-rw-r--r--governments.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/governments.html.j2 b/governments.html.j2
index 1ca62d54..9e388026 100644
--- a/governments.html.j2
+++ b/governments.html.j2
@@ -2,11 +2,11 @@
<meta charset="utf-8">
<title>{{ _("GNU Taler") }} - {{ _("Governments") }}</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>{{ _("Advantages for governments") }}</h1>
@@ -96,7 +96,7 @@
</ul>
<p></p>
</div>
- <!--# include file="common/footer.inc" -->
+ <!--# include file="common/footer.{{ _("en") }}.inc" -->
</div> <!-- /container -->
</body>
</html>