summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/templates/article_frame.html
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/blog/templates/article_frame.html')
-rw-r--r--talermerchantdemos/blog/templates/article_frame.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/talermerchantdemos/blog/templates/article_frame.html b/talermerchantdemos/blog/templates/article_frame.html
index 1efc0d1..8c2b6d4 100644
--- a/talermerchantdemos/blog/templates/article_frame.html
+++ b/talermerchantdemos/blog/templates/article_frame.html
@@ -4,7 +4,8 @@
<hr>
<p>
- You don't like this article? <a href="{{ url_for('confirm_refund', order_id=order_id) }}">Get a refund</a> within
- the first hour after buying it.
+ You did not like this article?
+ <a href="{{ url_for('confirm_refund', lang='en', order_id=order_id) }}">Get a refund</a>
+ within the first hour after buying it.
</p>
{% endblock main %}