예제 #1
0
 def parent_pages(self):
     return [{"title": SoftwarePlanInterface.name, "url": SoftwarePlanInterface.get_url()}]
예제 #2
0
 def parent_pages(self):
     return [{
         'title': SoftwarePlanInterface.name,
         'url': SoftwarePlanInterface.get_url(),
     }]
예제 #3
0
 def parent_pages(self):
     return [{
         'title': SoftwarePlanInterface.name,
         'url': SoftwarePlanInterface.get_url(),
     }]