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