summaryrefslogtreecommitdiff
path: root/talerblog/blog/templates/article_frame.html
diff options
context:
space:
mode:
Diffstat (limited to 'talerblog/blog/templates/article_frame.html')
-rw-r--r--talerblog/blog/templates/article_frame.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/talerblog/blog/templates/article_frame.html b/talerblog/blog/templates/article_frame.html
index d5bd372..1efc0d1 100644
--- a/talerblog/blog/templates/article_frame.html
+++ b/talerblog/blog/templates/article_frame.html
@@ -1,6 +1,10 @@
{% extends "templates/base.html" %}
{% block main %}
{% include "articles/" + article_file %}
+
+<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.
+</p>
{% endblock main %}