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