aboutsummaryrefslogtreecommitdiff
path: root/wallet.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 /wallet.html.j2
parentad575cbedbbc6d109241aebf225b7e07bdb17555 (diff)
downloadwww-dbf11d7daf526574bf2f7c9ef8cbca7ce56ae635.tar.gz
www-dbf11d7daf526574bf2f7c9ef8cbca7ce56ae635.zip
i18n: fix common includes
Diffstat (limited to 'wallet.html.j2')
-rw-r--r--wallet.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/wallet.html.j2 b/wallet.html.j2
index aa833d57..7b4914a2 100644
--- a/wallet.html.j2
+++ b/wallet.html.j2
@@ -4,7 +4,7 @@
4 <meta charset="utf-8"/> 4 <meta charset="utf-8"/>
5 <title>{{ _("GNU Taler") }} - {{ _("Wallet") }}</title> 5 <title>{{ _("GNU Taler") }} - {{ _("Wallet") }}</title>
6 <meta name="description" content=""> 6 <meta name="description" content="">
7 <!--# include file="common/header.inc" --> 7 <!--# include file="common/header.{{ _("en") }}.inc" -->
8 8
9 <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/millncjiddlpgdmkklmhfadpacifaonc" /> 9 <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/millncjiddlpgdmkklmhfadpacifaonc" />
10 <script src="web-common/taler-wallet-lib.js" type="text/javascript"></script> 10 <script src="web-common/taler-wallet-lib.js" type="text/javascript"></script>
@@ -109,7 +109,7 @@ document.addEventListener('DOMContentLoaded', onLoad);
109 109
110 <body class="en" onLoad="loadLang();"> 110 <body class="en" onLoad="loadLang();">
111 <div class="container"> 111 <div class="container">
112 <!--# include file="common/navigation.inc" --> 112 <!--# include file="common/navigation.{{ _("en") }}.inc" -->
113 <!-- Jumbotron --> 113 <!-- Jumbotron -->
114 <div class="jumbotron"> 114 <div class="jumbotron">
115 <h1 lang="en">Taler Wallet</h1> 115 <h1 lang="en">Taler Wallet</h1>
@@ -191,7 +191,7 @@ document.addEventListener('DOMContentLoaded', onLoad);
191 191
192 </div> <!-- /row --> 192 </div> <!-- /row -->
193 193
194 <!--# include file="common/footer.inc" --> 194 <!--# include file="common/footer.{{ _("en") }}.inc" -->
195 </div> <!-- /container --> 195 </div> <!-- /container -->
196 </body> 196 </body>
197</html> 197</html>