summaryrefslogtreecommitdiff
path: root/talerbank/app/templates/public_accounts.html
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-20 13:11:10 +0200
committerMS <ms@taler.net>2020-10-20 13:11:10 +0200
commitaa03f2d806c5a01c2419861c7f6e927f9e75c2f8 (patch)
treee8469a8536bc2c001045d842673fcd57e637e4cc /talerbank/app/templates/public_accounts.html
parent5a7118c71663d9bc852bdece9f4165ecc5aff702 (diff)
downloadbank-aa03f2d806c5a01c2419861c7f6e927f9e75c2f8.tar.gz
bank-aa03f2d806c5a01c2419861c7f6e927f9e75c2f8.tar.bz2
bank-aa03f2d806c5a01c2419861c7f6e927f9e75c2f8.zip
fix displaying of hint
Diffstat (limited to 'talerbank/app/templates/public_accounts.html')
-rw-r--r--talerbank/app/templates/public_accounts.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/talerbank/app/templates/public_accounts.html b/talerbank/app/templates/public_accounts.html
index 44d228c..e469896 100644
--- a/talerbank/app/templates/public_accounts.html
+++ b/talerbank/app/templates/public_accounts.html
@@ -27,11 +27,11 @@
<article>
{% if hint != "" %}
<div class="notification">
- {% if not is_success %}
- <p class="informational informational-fail">
- {% else %}
- <p class="informational informational-ok">
- {% endif %}
+ {% if not is_success %}
+ <p class="informational informational-fail">
+ {% else %}
+ <p class="informational informational-ok">
+ {% endif %}
{{ hint }}
</p>
</div>