Example #1
0
def list():
    file_list = UserFile.find_by_userid(g.user.id)
    return render_template('userfile/list.html', list=file_list)