summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-05-07 20:28:21 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-05-07 20:28:21 +0200
commitb23bdcd596ce355bf51707eba7a69197c1d3610a (patch)
treeaa71266db972bacfe8bab3de234ce2aae372de68
parentcb205cfcb04c1720f8b9779c6fa7a0a80f5a82f5 (diff)
downloadbank-b23bdcd596ce355bf51707eba7a69197c1d3610a.tar.gz
bank-b23bdcd596ce355bf51707eba7a69197c1d3610a.tar.bz2
bank-b23bdcd596ce355bf51707eba7a69197c1d3610a.zip
access as attribute, not as function
-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 a4dc2be..9e17cdb 100644
--- a/talerbank/app/templates/login.html
+++ b/talerbank/app/templates/login.html
@@ -33,7 +33,7 @@
{% endif %}
{% if next %}
- {% if request.user and request.user.is_authenticated() %}
+ {% if request.user and request.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 %}