예제 #1
0
파일: reviewing.py 프로젝트: manikm/indico2
 def _process(self):
     delete_abstract_comment(self.comment)
     return jsonify_data(flash=False)
예제 #2
0
 def _process(self):
     delete_abstract_comment(self.comment)
     return jsonify_data(flash=False)