예제 #1
0
파일: pages.py 프로젝트: marksteward/indico
 def getCSSFiles(self):
     return WPSimpleEventDisplay.getCSSFiles(self) + WPCollaborationBase.getCSSFiles(self)
예제 #2
0
 def getCSSFiles(self):
     return WPSimpleEventDisplay.getCSSFiles(self) + \
                ['Collaboration/Style.css']
예제 #3
0
파일: pages.py 프로젝트: vstitches/indico
 def getCSSFiles(self):
     return WPSimpleEventDisplay.getCSSFiles(self) + \
                ['Collaboration/Style.css']
예제 #4
0
 def getCSSFiles(self):
     return WPSimpleEventDisplay.getCSSFiles(self) + WPCollaborationBase.getCSSFiles(self)