summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-08 14:51:24 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-08 14:51:24 +0100
commit611f6d4e348b4d6988a05f40e6f573645b082768 (patch)
treea2c20edf6488f57559a04088656eb45fce9029a1
parentb1a0491a4e8a8bda742d0e9e8bdab39e927141a0 (diff)
downloadbank-611f6d4e348b4d6988a05f40e6f573645b082768.tar.gz
bank-611f6d4e348b4d6988a05f40e6f573645b082768.tar.bz2
bank-611f6d4e348b4d6988a05f40e6f573645b082768.zip
fix function call to bool
-rw-r--r--talerbank/app/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerbank/app/templates/login.html b/talerbank/app/templates/login.html
index e1bf11a..5a45aad 100644
--- a/talerbank/app/templates/login.html
+++ b/talerbank/app/templates/login.html
@@ -40,7 +40,7 @@
{% endif %}
{% if next %}
- {% if user.is_authenticated() %}
+ {% if user.is_authenticated %}
<p class="informational informational-fail">Your account doesn't have access to this page. To proceed,
please login with an account that has access.</p>
{% else %}