コード例 #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)