示例#1
0
 def scheduled_notes(self):
     from indico.modules.events.notes.util import get_scheduled_notes
     return get_scheduled_notes(self)
示例#2
0
 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)