1,801
การแก้ไข
| บรรทัดที่ 787: | บรรทัดที่ 787: | ||
@<blueprint>.route("<submit_path>", methods=["POST"]) | @<blueprint>.route("<submit_path>", methods=["POST"]) | ||
def <function_name>(*args): | def <function_name>(*args): | ||
form = <CuneiForm_class>.init_form(...) | form = <CuneiForm_class>.init_form(...) | ||
if form.validate_on_submit(): | if form.validate_on_submit(): | ||