creer to_percent(x, d)
This commit is contained in:
@@ -23,8 +23,8 @@ class GlobalLayout(object):
|
||||
def to_euro(self, x):
|
||||
return to_euro(x)
|
||||
|
||||
def to_percent(self, x):
|
||||
return to_percent(x)
|
||||
def to_percent(self, x, d):
|
||||
return to_percent(x, d)
|
||||
|
||||
def isAnonymous(self):
|
||||
user = authenticated_userid(self.request)
|
||||
|
||||
Reference in New Issue
Block a user