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.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/talermerchantdemos/blog/templates/article_frame.html b/talermerchantdemos/blog/templates/article_frame.html
deleted file mode 100644
index 8c2b6d4..0000000
--- a/talermerchantdemos/blog/templates/article_frame.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends "templates/base.html" %}
-{% block main %}
-{% include "articles/" + article_file %}
-
-<hr>
-<p>
- 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 %}