Ejemplo n.º 1
0
 def scheduled_notes(self):
     from indico.modules.events.notes.util import get_scheduled_notes
     return get_scheduled_notes(self)
Ejemplo n.º 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)
Ejemplo n.º 3
0
 def scheduled_notes(self):
     from indico.modules.events.notes.util import get_scheduled_notes
     return get_scheduled_notes(self)