aboutsummaryrefslogtreecommitdiff
path: root/investors.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'investors.html.j2')
-rw-r--r--investors.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/investors.html.j2 b/investors.html.j2
index dbd6ab0d..d622c67a 100644
--- a/investors.html.j2
+++ b/investors.html.j2
@@ -2,11 +2,11 @@
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>{{ _("GNU Taler") }} - {{ _("Investors") }}</title> 3 <title>{{ _("GNU Taler") }} - {{ _("Investors") }}</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>{{ _("Operate a Taler exchange!") }}</h1> 12 <h1>{{ _("Operate a Taler exchange!") }}</h1>
@@ -75,7 +75,7 @@
75 </ul> 75 </ul>
76 <p></p> 76 <p></p>
77 </div> 77 </div>
78 <!--# include file="common/footer.inc" --> 78 <!--# include file="common/footer.{{ _("en") }}.inc" -->
79 </div> <!-- /container --> 79 </div> <!-- /container -->
80 </body> 80 </body>
81</html> 81</html>