gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: fallback hint case


From: gnunet
Subject: [taler-bank] branch master updated: fallback hint case
Date: Thu, 01 Oct 2020 18:57:57 +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 68441e6  fallback hint case
68441e6 is described below

commit 68441e607603f9003ad1f45475c31923b60ccd73
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 18:57:44 2020 +0200

    fallback hint case
---
 talerbank/app/templates/profile_page.html | 2 ++
 1 file changed, 2 insertions(+)

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>

-- 
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]