예제 #1
0
 def _getHeadContent(self):
     return WPConferenceDefaultDisplayBase._getHeadContent(self) + _MathjaxMixin._getHeadContent(self)
예제 #2
0
파일: views.py 프로젝트: pmart123/indico
 def _getHeadContent(self):
     return WPConferenceDefaultDisplayBase._getHeadContent(
         self) + _MathjaxMixin._getHeadContent(self)
예제 #3
0
 def _getHeadContent(self):
     return WPConferenceModifBase._getHeadContent(self) + _MathjaxMixin._getHeadContent(self)
예제 #4
0
파일: views.py 프로젝트: pmart123/indico
 def _getHeadContent(self):
     return WPConferenceModifBase._getHeadContent(
         self) + _MathjaxMixin._getHeadContent(self)