initial commit
This commit is contained in:
14
templates/form.html
Normal file
14
templates/form.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Form</title>
|
||||
</head>
|
||||
<body>
|
||||
<form method="post" action="{{ url_for('frm') }}">
|
||||
{{ form.group }}
|
||||
{{ form.day }}
|
||||
<input type="submit">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user