From 611f6d4e348b4d6988a05f40e6f573645b082768 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 8 Dec 2017 14:51:24 +0100 Subject: fix function call to bool --- talerbank/app/templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}

Your account doesn't have access to this page. To proceed, please login with an account that has access.

{% else %} -- cgit v1.2.3