gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: fix login template


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix login template
Date: Tue, 07 May 2019 20:01:16 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 2bf5911  fix login template
2bf5911 is described below

commit 2bf59112e418eb4bcddb8d51f87cdce21028ceac
Author: Florian Dold <address@hidden>
AuthorDate: Tue May 7 20:01:10 2019 +0200

    fix login template
---
 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 e3081af..3f84fec 100644
--- a/talerbank/app/templates/login.html
+++ b/talerbank/app/templates/login.html
@@ -33,7 +33,7 @@
         {% endif %}
 
         {% if next %}
-            {% if user.is_authenticated %}
+            {% if 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 %}

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]