示例#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)