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.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/talerblog/blog/templates/article_frame.html b/talerblog/blog/templates/article_frame.html
index 015c9d8..d5bd372 100644
--- a/talerblog/blog/templates/article_frame.html
+++ b/talerblog/blog/templates/article_frame.html
@@ -1,8 +1,6 @@
{% extends "templates/base.html" %}
{% block main %}
{% include "articles/" + article_file %}
- <form action="{{ url_for('refund', order_id=order_id) }}" method="POST">
- <input type="text" name="article_name" value={{ article_name}} hidden>
- <input type="submit" value="Request refund">
- </form>
+ 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.
{% endblock main %}