1
<html>
2
<head>
3
<title>
4
</title>
5
</head>
6
<body>
7
<form action="" method="post">
8
{{ form.as_p }}
9
<input type="submit" value="submit">
10
</form>
11
</body>
12
</html>