summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/blog/templates/index.html')
-rw-r--r--talermerchantdemos/blog/templates/index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/talermerchantdemos/blog/templates/index.html b/talermerchantdemos/blog/templates/index.html
index 0159779..0702bf7 100644
--- a/talermerchantdemos/blog/templates/index.html
+++ b/talermerchantdemos/blog/templates/index.html
@@ -24,14 +24,15 @@
<h2>Chapters</h2>
<div>
Click on an individual chapter to to purchase it. You can
- get free, virtual money to buy articles on this page at the <a href="{{ env('TALER_ENV_URL_BANK', '#') }}">bank</a>.
+ get free, virtual money to buy articles on this page at the
+ <a href="{{ env('TALER_ENV_URL_BANK', '#') }}">bank</a>.
</div>
<div>
{% for article in articles %}
<div class="notice">
- <h3><a href="{{ url_for('article', article_name=article.slug) }}">{{article.title}}</a></h3>
- <p>{{ article.teaser|safe }} <a href="{{ url_for('article', article_name=article.slug) }}">(Pay to read more...)</a></p>
+ <h3><a href="{{ url_for('article', lang=article.lang, article_name=article.slug) }}">{{article.title}}</a></h3>
+ <p>{{ article.teaser|safe }} <a href="{{ url_for('article', lang=article.lang, article_name=article.slug) }}">(Pay to read more...)</a></p>
</div>
{% else %}
<em>(No articles available)</em>