summaryrefslogtreecommitdiff
path: root/investors.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-08-23 11:11:28 +0200
committerChristian Grothoff <christian@grothoff.org>2017-08-23 11:11:51 +0200
commit05295151c3ff6a4dd4ff7fee29f0375f73670cb4 (patch)
tree30d3e1c62da7dbcb09d1082d1d3f8d497aca49e6 /investors.html.j2
parent1a6d191efe659b9f39d87156a32bd6c1269f07f3 (diff)
downloadwww-05295151c3ff6a4dd4ff7fee29f0375f73670cb4.tar.gz
www-05295151c3ff6a4dd4ff7fee29f0375f73670cb4.tar.bz2
www-05295151c3ff6a4dd4ff7fee29f0375f73670cb4.zip
move financial news to a separate page
Diffstat (limited to 'investors.html.j2')
-rw-r--r--investors.html.j211
1 files changed, 10 insertions, 1 deletions
diff --git a/investors.html.j2 b/investors.html.j2
index 551d938e..5ad01d46 100644
--- a/investors.html.j2
+++ b/investors.html.j2
@@ -85,8 +85,15 @@
<h2>{{ _("The Business Case") }}</h2>
<div class="row">
<div class="col-lg-4">
- <a href="{{ url('presentations/investors2017.pdf') }}"><img border=0 class="center-block" width=64 height=64 alt="PDF" src="{{ url('images/pdf.svg') }}"><br><p align="center">Download</p></a>
+ <a href="{{ url('presentations/investors2017.pdf') }}"><img border=0 class="center-block" width=64 height=64 alt="PDF" src="{{ url('images/pdf.svg') }}"><br><p align="center">{{ _("Download") }}</p></a>
+ <p>
+ {% trans %}
+ Our <a href="financial-news.html">financial news</a> page
+ explains in English how Taler can impact current developments in
+ the global payment market.
+ {% endtrans %}
+ </p>
</div>
<div class="col-lg-4" id="canvas-left" style="display:none">
<canvas id="the-canvas-left"></canvas>
@@ -131,4 +138,6 @@
</div>
</div>
</div>
+
+
{% endblock body_content %}