gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: payto-transfer section in profile pa


From: gnunet
Subject: [taler-bank] branch master updated: payto-transfer section in profile page
Date: Fri, 09 Oct 2020 16:29:22 +0200

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

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new e693fff  payto-transfer section in profile page
e693fff is described below

commit e693fff5308207db82a6a12252cfdded16b154d4
Author: MS <ms@taler.net>
AuthorDate: Fri Oct 9 16:29:18 2020 +0200

    payto-transfer section in profile page
---
 talerbank/app/templates/profile_page.html | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/talerbank/app/templates/profile_page.html 
b/talerbank/app/templates/profile_page.html
index 06d7575..d35f245 100644
--- a/talerbank/app/templates/profile_page.html
+++ b/talerbank/app/templates/profile_page.html
@@ -73,6 +73,21 @@
       <p>
       </p>
     </article>
+    <article>
+      <h2>Wire transfer</h2>
+      <div>
+        <form action="{{ url('payto-transfer') }}">
+          <input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token 
}}" />
+          <input name="payto-transfer-address"
+                 placeholder="payto address"
+                 pattern="payto://x-taler-bank/[a-z\.]+(:[0-9]+)?/[a-z0-9]+" />
+          <input name="payto-transfer-amount"
+                 placeholder="amount"
+                 pattern="[0-9]+(\.[0-9][0-9])?" />
+          <input type="text" readonly class="currency-indicator" size="{{ 
currency|length }}" tabindex="-1" value="{{ currency }}">
+        </form>
+      </div>
+    </article>
     <article>
       <h2>Transactions for {{ name }}</h2>
       <div id="transactions-history">

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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