mise au point creation rdf

This commit is contained in:
2019-03-25 14:20:10 +01:00
parent 22a0fd03fd
commit e408fcc9b0
11 changed files with 126 additions and 142 deletions

View File

@@ -48,9 +48,8 @@ class GlobalLayout(object):
return is_admin
def isWebPage(self):
# get view name
view_name = self.request.matched_route.name
if view_name == 'rdf_rapport':
# test view name
if self.request.matched_route.name == 'rdf_rapport':
# oui, page PDF
return False
else: