summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/templates/article_frame.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/blog/templates/article_frame.html.j2')
-rw-r--r--talermerchantdemos/blog/templates/article_frame.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/talermerchantdemos/blog/templates/article_frame.html.j2 b/talermerchantdemos/blog/templates/article_frame.html.j2
index a878e95..b5763e4 100644
--- a/talermerchantdemos/blog/templates/article_frame.html.j2
+++ b/talermerchantdemos/blog/templates/article_frame.html.j2
@@ -1,13 +1,13 @@
{% extends "templates/base.html.j2" %}
{% block main %}
-{% include "articles/" + article_file %}
+{% include "articles/" + lang + "/" + article_file %}
{% if refundable %}
<hr>
<p>
{{
gettext("You did not like this article?") +
- gettext("You can <a href="{url}">request a refund</a> within the first hour after buying it.").format(url=url_for('confirm_refund', lang='en', order_id=order_id)
+ gettext('You can <a href="{url}">request a refund</a> within the first hour after buying it.').format(url=url_for('confirm_refund', lang='en', order_id=order_id))
}}
</p>
{% endif %}