Пример #1
0
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'))