コード例 #1
0
ファイル: events.py プロジェクト: harshdchandel/indico
 def scheduled_notes(self):
     from indico.modules.events.notes.util import get_scheduled_notes
     return get_scheduled_notes(self)
コード例 #2
0
ファイル: controllers.py プロジェクト: innovexa/IDC-Events
 def _process(self):
     source = render_template('events/notes/compiled_notes.html', notes=get_scheduled_notes(self.event))
     form = self._make_form(source=source)
     return self._process_form(form, is_compilation=True)
コード例 #3
0
ファイル: events.py プロジェクト: florv/indico
 def scheduled_notes(self):
     from indico.modules.events.notes.util import get_scheduled_notes
     return get_scheduled_notes(self)