gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] branch master updated: qr code template


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: qr code template
Date: Fri, 30 Aug 2019 14:13:49 +0200

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

dold pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new 2840396  qr code template
2840396 is described below

commit 2840396446ccc913e7cc7f6f813eddf8888e9463
Author: Florian Dold <address@hidden>
AuthorDate: Fri Aug 30 14:13:44 2019 +0200

    qr code template
---
 talersurvey/survey/templates/show_tip.html | 35 ++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/talersurvey/survey/templates/show_tip.html 
b/talersurvey/survey/templates/show_tip.html
new file mode 100644
index 0000000..1c6317a
--- /dev/null
+++ b/talersurvey/survey/templates/show_tip.html
@@ -0,0 +1,35 @@
+{% extends "templates/base.html" %}
+
+
+{% block meta %}
+<noscript>
+  <meta http-equiv="refresh" content="1">
+</noscript>
+{% endblock meta %}
+
+{% block main %}
+
+<h1>Tip Offered</h1>
+
+<div class="taler-installed-hide">
+  <p>
+  Looks like your browser doesn't support GNU Taler payments.  You can try
+  installing a <a href="https://taler.net/en/wallet.html";>wallet browser 
extension</a>.
+  </p>
+</div>
+
+<div>
+
+  <p>
+  You can use this QR code to receive a tip with your mobile wallet:
+  </p>
+
+  {{ qrcode_svg | safe }}
+
+  <p>
+  Click <a href="{{ taler_tip_uri }}">this link</a> to open your system's 
Taler wallet if it exists.
+  </p>
+
+</div>
+
+{% 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]