コード例 #1
0
 def _process(self):
     html = render_entry_info_balloon(
         self.entry,
         editable=True,
         sess=self.session,
         is_session_timetable=self.is_session_timetable)
     return jsonify(html=html)
コード例 #2
0
ファイル: display.py プロジェクト: florv/indico
 def _process(self):
     html = render_entry_info_balloon(self.entry)
     return jsonify(html=html)
コード例 #3
0
ファイル: display.py プロジェクト: vireshbackup/indico
 def _process(self):
     html = render_entry_info_balloon(self.entry)
     return jsonify(html=html)
コード例 #4
0
ファイル: manage.py プロジェクト: DirkHoffmann/indico
 def _process(self):
     html = render_entry_info_balloon(self.entry, editable=True, sess=self.session)
     return jsonify(html=html)