예제 #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)