aboutsummaryrefslogtreecommitdiff
path: root/financial-news.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'financial-news.html.j2')
-rw-r--r--financial-news.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/financial-news.html.j2 b/financial-news.html.j2
index e424db87..878b1d9d 100644
--- a/financial-news.html.j2
+++ b/financial-news.html.j2
@@ -4,11 +4,11 @@
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>{{ _("GNU Taler") }} - {{ _("Financial News") }}</title> 5 <title>{{ _("GNU Taler") }} - {{ _("Financial News") }}</title>
6 <meta name="description" content=""> 6 <meta name="description" content="">
7 <!--# include file="common/header.{{ _("en") }}.inc" --> 7 {% include "common/header.j2.inc" %}
8 </head> 8 </head>
9 <body> 9 <body>
10 <div class="container"> 10 <div class="container">
11 <!--# include file="common/navigation.{{ _("en") }}.inc" --> 11 {% include "common/navigation.j2.inc" %}
12 <!-- Jumbotron --> 12 <!-- Jumbotron -->
13 <div class="jumbotron"> 13 <div class="jumbotron">
14 <h1 lang="en">{{ _("Financial News") }}</h1> 14 <h1 lang="en">{{ _("Financial News") }}</h1>
@@ -200,7 +200,7 @@
200 <p><a class="btn btn-info" href="http://www.spiegel.de/international/world/spiegel-exclusive-nsa-spies-on-international-bank-transactions-a-922276.html" role="button">Source</a></p> 200 <p><a class="btn btn-info" href="http://www.spiegel.de/international/world/spiegel-exclusive-nsa-spies-on-international-bank-transactions-a-922276.html" role="button">Source</a></p>
201 </div> 201 </div>
202 </div> 202 </div>
203 <!--# include file="common/footer.{{ _("en") }}.inc" --> 203 {% include "common/footer.j2.inc" %}
204 </div> <!-- /container --> 204 </div> <!-- /container -->
205 </body> 205 </body>
206</html> 206</html>