mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
8 lines
281 B
Python
8 lines
281 B
Python
from indico.core.plugins import WPJinjaMixinPlugin
|
|
from MaKaC.webinterface.pages.conferences import WPConferenceModifBase
|
|
|
|
|
|
class WPStatistics(WPJinjaMixinPlugin, WPConferenceModifBase):
|
|
def _setActiveSideMenuItem(self):
|
|
self._pluginMenuItems['statistics'].setActive()
|