[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-bank] branch master updated: allow spaces in payment subjects
From: |
gnunet |
Subject: |
[taler-bank] branch master updated: allow spaces in payment subjects |
Date: |
Wed, 02 Jun 2021 10:56:06 +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 52a8270 allow spaces in payment subjects
52a8270 is described below
commit 52a82707453275829ab8085ad1b04dc0341acc01
Author: MS <ms@taler.net>
AuthorDate: Wed Jun 2 10:56:02 2021 +0200
allow spaces in payment subjects
---
talerbank/app/templates/payto_wiretransfer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/talerbank/app/templates/payto_wiretransfer.html
b/talerbank/app/templates/payto_wiretransfer.html
index 63b43cf..b435248 100644
--- a/talerbank/app/templates/payto_wiretransfer.html
+++ b/talerbank/app/templates/payto_wiretransfer.html
@@ -54,7 +54,7 @@
<input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token
}}" />
<input name="address"
placeholder={{ _("payto address") }}
-
pattern="payto://x-taler-bank/[a-z\.]+(:[0-9]+)?/[0-9a-zA-Z]+\?message=[a-zA-Z0-9]+&amount={{
currency }}:[0-9]+(\.[0-9]+)?" />
+
pattern="payto://x-taler-bank/[a-z\.]+(:[0-9]+)?/[0-9a-zA-Z]+\?message=[a-zA-Z0-9
]+&amount={{ currency }}:[0-9]+(\.[0-9]+)?" />
<input class="pure-button pure-button-primary"
type="submit"
value={{ _("Confirm") }} />
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-bank] branch master updated: allow spaces in payment subjects,
gnunet <=