creer to_percent(x, d)

This commit is contained in:
2017-07-26 19:11:18 +02:00
parent 52949ec15b
commit 156b5093a5
5 changed files with 25 additions and 15 deletions

View File

@@ -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)