示例#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
 def _process(self):
     html = render_entry_info_balloon(self.entry)
     return jsonify(html=html)
示例#4
0
 def _process(self):
     html = render_entry_info_balloon(self.entry, editable=True, sess=self.session)
     return jsonify(html=html)