summaryrefslogtreecommitdiff
path: root/talerbank/app/templates/profile_page.html
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-01 18:57:44 +0200
committerMS <ms@taler.net>2020-10-01 18:57:44 +0200
commit68441e607603f9003ad1f45475c31923b60ccd73 (patch)
tree7394f0c33f522bd44dd0832120859907d6c491e8 /talerbank/app/templates/profile_page.html
parent9071753bc53200e90e15a18b67f7b4dfdc07edf8 (diff)
downloadbank-68441e607603f9003ad1f45475c31923b60ccd73.tar.gz
bank-68441e607603f9003ad1f45475c31923b60ccd73.tar.bz2
bank-68441e607603f9003ad1f45475c31923b60ccd73.zip
fallback hint case
Diffstat (limited to 'talerbank/app/templates/profile_page.html')
-rw-r--r--talerbank/app/templates/profile_page.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/talerbank/app/templates/profile_page.html b/talerbank/app/templates/profile_page.html
index 41b6e57..06d7575 100644
--- a/talerbank/app/templates/profile_page.html
+++ b/talerbank/app/templates/profile_page.html
@@ -29,6 +29,7 @@
<p>Bank account balance: <br/> <b>{{ amount_stringify(balance) }}</b></p>
</section>
<section id="main">
+ {% if hint != "" %}
<article>
<div class="notification">
{% if not is_success %}
@@ -40,6 +41,7 @@
</p>
</div>
</article>
+ {% endif %}
<article>
<div>
<h2>Withdraw Money into a Taler wallet</h2>