示例#1
0
def create_entry():
    item = Blog()
    item.author_id = g.user.id
    return create_form(FormBlog(), item, "Created blog entry.", "/blog")