コード例 #1
0
 def _process(self):
     editors = get_editors(self.event, self.editable_type)
     return jsonify_template('events/editing/management/editor_list.html',
                             event_persons=editors, event=self.event)
コード例 #2
0
 def _process(self):
     users = get_editors(self.event, self.editable_type)
     return EditingUserSchema(many=True).jsonify(users)