gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-blog] branch master updated: missing file


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: missing file
Date: Sat, 31 Aug 2019 11:28:55 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new b930b68  missing file
b930b68 is described below

commit b930b68594ba862ec68729165e7290bea3c5d1ee
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 31 11:28:52 2019 +0200

    missing file
---
 talerblog/blog/templates/confirm_refund.html | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/talerblog/blog/templates/confirm_refund.html 
b/talerblog/blog/templates/confirm_refund.html
new file mode 100644
index 0000000..10aaa74
--- /dev/null
+++ b/talerblog/blog/templates/confirm_refund.html
@@ -0,0 +1,19 @@
+{% extends "templates/base.html" %}
+{% block main %}
+  <h1>Refund Article?</h1>
+
+  <p>
+    Do you want to get a refund for the article <em>{{ article_name }}</em>?  
After you've requested a refund,
+    you won't be able to read the article anymore.
+  </p>
+
+  <p>
+      You will only be able to receive the refund on the same wallet that 
you've used to pay
+      for this article originally.
+  </p>
+
+  <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>
+{% endblock main %}

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]