summaryrefslogtreecommitdiff
path: root/citizens.html.j2
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-01-30 21:33:46 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-01-30 21:33:46 +0100
commitd5f793bcd9f47392ee6e61c27f65fa85cbcc5176 (patch)
tree9b5d35c3b161f568928e3426360d09c1c11aa218 /citizens.html.j2
parent6337e02d9dd8c7be92ffa168f67ab0de651664d0 (diff)
downloadwww-d5f793bcd9f47392ee6e61c27f65fa85cbcc5176.tar.gz
www-d5f793bcd9f47392ee6e61c27f65fa85cbcc5176.tar.bz2
www-d5f793bcd9f47392ee6e61c27f65fa85cbcc5176.zip
remove more ssi
Diffstat (limited to 'citizens.html.j2')
-rw-r--r--citizens.html.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/citizens.html.j2 b/citizens.html.j2
index 0f708f8b..0f5964b7 100644
--- a/citizens.html.j2
+++ b/citizens.html.j2
@@ -4,11 +4,11 @@
<meta charset="UTF-8"/>
<title>{{ _("GNU Taler") }} - {{ _("Citizens") }}</title>
<meta name="description" content=""/>
- <!--# include file="common/header.{{ _("en") }}.inc" -->
+ {% include "common/header.j2.inc" %}
</head>
<body>
<div class="container">
- <!--# include file="common/navigation.{{ _("en") }}.inc" -->
+ {% include "common/navigation.j2.inc" %}
<!-- Jumbotron -->
<div class="jumbotron">
<h1>{{ _("Advantages for citizens") }}</h1>
@@ -65,7 +65,7 @@
") }}</p>
<p>
</p>
- <img src="/images/customer.svg" alt="customer perspective" style="float: right; margin: 50px 5px 5px 5px;" width="50%">
+ <img src="{{ url('images/customer.svg') }}" alt="customer perspective" style="float: right; margin: 50px 5px 5px 5px;" width="50%">
<ol>
<li>{{ _("The customer selects an exchange (i.e. by visiting the
respective website or selecting from a list of exchanges in the
@@ -98,7 +98,7 @@
</ol>
<p></p>
</div>
- <!--# include file="common/footer.{{ _("en") }}.inc" -->
+ {% include "common/footer.j2.inc" %}
</div> <!-- /container -->
</body>
</html>