示例#1
0
文件: views.py 项目: Calvin-CS/csweb
def delete_scholarship(name):
    '''This routine deletes the given document entry, but it leaves the
    actual document in place.
    '''
    Scholarships.delete_unit(name)
    return redirect(url_for('web.display_admin_scholarships'))