initial commit

This commit is contained in:
Иван
2020-09-19 09:27:02 +03:00
commit a4acfadb65
44 changed files with 2783 additions and 0 deletions

21
templates/addsql.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form method="post" action="{{ url_for('addsql') }}">
{{ form.hidden_tag() }}
{{ form.fioField.label.text }}
{{ form.fioField }}
{{ form.dolgnostField.label.text }}
{{ form.dolgnostField }}
{{ form.stepenField.label.text }}
{{ form.stepenField }}
{{ form.photoField }}
{{ form.submit }}
</form>
</body>
</html>