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: access as attribute, no


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: access as attribute, not as function
Date: Tue, 07 May 2019 20:28:26 +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 b23bdcd  access as attribute, not as function
b23bdcd is described below

commit b23bdcd596ce355bf51707eba7a69197c1d3610a
Author: Florian Dold <address@hidden>
AuthorDate: Tue May 7 20:28:21 2019 +0200

    access as attribute, not as function
---
 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 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 %}

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



reply via email to

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