gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: fix displaying of hint


From: gnunet
Subject: [taler-bank] branch master updated: fix displaying of hint
Date: Tue, 20 Oct 2020 13:05:14 +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 5a7118c  fix displaying of hint
5a7118c is described below

commit 5a7118c71663d9bc852bdece9f4165ecc5aff702
Author: MS <ms@taler.net>
AuthorDate: Tue Oct 20 13:05:02 2020 +0200

    fix displaying of hint
---
 talerbank/app/templates/public_accounts.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/talerbank/app/templates/public_accounts.html 
b/talerbank/app/templates/public_accounts.html
index c096d82..44d228c 100644
--- a/talerbank/app/templates/public_accounts.html
+++ b/talerbank/app/templates/public_accounts.html
@@ -25,6 +25,7 @@
   <a href="{{ url('index') }}">Back</a>
   <section id="main">
     <article>
+      {% if hint != "" %}
       <div class="notification">
       {% if not is_success %}
         <p class="informational informational-fail">
@@ -34,6 +35,7 @@
         {{ hint }}
         </p>
       </div>
+      {% endif %}
       <div name="accountMenu" class="pure-menu pure-menu-horizontal">
         <ul class="pure-menu-list">
         {% for account in public_accounts %}

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