changeset 6 | 057498d12450 |
parent 5 | 37e4027fba48 |
child 11 | 334550460bd7 |
5:37e4027fba48 | 6:057498d12450 |
---|---|
1 <html> |
1 {% extends "base.html" %} |
2 <head> |
2 {% block content %} |
3 <title> |
|
4 </title> |
|
5 </head> |
|
6 <body> |
|
7 <form action="" method="post"> |
3 <form action="" method="post"> |
8 {{ form.as_p }} |
4 {{ form.as_p }} |
9 <input type="submit" value="submit"> |
5 <input type="submit" value="submit"> |
10 </form> |
6 </form> |
11 </body> |
7 {% endblock %} |
12 </html> |