summaryrefslogtreecommitdiff
path: root/talerbank/app/templates/profile_page.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-27 03:56:54 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-28 21:28:59 +0200
commit97835ef689b538cb3e4bee294bd0fb2b3f0a9df2 (patch)
treef0ef076bfcc45285a818c75faf07a2351d20cb6e /talerbank/app/templates/profile_page.html
parent11a193449e291c240f3cac96fe21e6c21a2a2649 (diff)
downloadbank-97835ef689b538cb3e4bee294bd0fb2b3f0a9df2.tar.gz
bank-97835ef689b538cb3e4bee294bd0fb2b3f0a9df2.tar.bz2
bank-97835ef689b538cb3e4bee294bd0fb2b3f0a9df2.zip
implement new withdraw API and support taler://withdraw
Diffstat (limited to 'talerbank/app/templates/profile_page.html')
-rw-r--r--talerbank/app/templates/profile_page.html18
1 files changed, 3 insertions, 15 deletions
diff --git a/talerbank/app/templates/profile_page.html b/talerbank/app/templates/profile_page.html
index abbb784..61fcd61 100644
--- a/talerbank/app/templates/profile_page.html
+++ b/talerbank/app/templates/profile_page.html
@@ -17,18 +17,6 @@
@author Marcello Stanisci
#}
-{% block head %}
- <meta name="currency" value="{{ currency }}">
- <meta name="precision" value="{{ precision }}">
- <meta name="callback-url" value="{{ url('pin-question') }}">
- {% if withdraw and withdraw == "success" %}
- <meta name="reserve-pub" value="{{ reserve_pub }}">
- {% endif %}
- {% if suggested_exchange %}
- <meta name="suggested-exchange" value="{{ suggested_exchange }}">
- {% endif %}
- <link rel="stylesheet" type="text/css" href="{{ static('disabled-button.css') }}">
-{% endblock head %}
{% block headermsg %}
<div>
<h1 class="nav">Welcome <em>{{ name }}</em>!</h1>
@@ -64,11 +52,11 @@
</article>
<article>
<div>
- <h2>Withdraw digital coins using Taler</h2>
+ <h2>Withdraw Money into a Taler wallet</h2>
<form id="reserve-form"
class="pure-form"
- action="{{ url('withdraw-nojs') }}"
+ action="{{ url('start-withdrawal') }}"
method="post"
name="tform">
<input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}" />
@@ -84,7 +72,7 @@
<input id="select-exchange"
class="pure-button pure-button-primary"
type="submit"
- value="Select exchange provider" />
+ value="Start withdrawal" />
</form>
<h2>Wire transfer</h2>
<form id="wt-form"