summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/blog-article-refunded.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/templates/blog-article-refunded.html.j2')
-rw-r--r--talermerchantdemos/templates/blog-article-refunded.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/talermerchantdemos/templates/blog-article-refunded.html.j2 b/talermerchantdemos/templates/blog-article-refunded.html.j2
index 3b0d765..4252adb 100644
--- a/talermerchantdemos/templates/blog-article-refunded.html.j2
+++ b/talermerchantdemos/templates/blog-article-refunded.html.j2
@@ -13,9 +13,9 @@
{{
gettext("You will not be able to read the article until you pay for it again.")
}}
-<a href="{{ url_for('article', lang=article_lang, article_name=article_name) }}" class="articleTitle">
+<a href="{{ url_for('article', lang=article_lang, article_name=article_name) }}?new_if_refunded=yes" class="articleTitle">
{{
- gettext("Click here to it again.")
+ gettext("Click here to pay it again.")
}}
</a>
</p>