changeset 11 | d28fcc644fbb |
parent 5 | aea7e764c033 |
10:c2001db39937 | 11:d28fcc644fbb |
---|---|
1 {% extends 'base.html' %} |
1 {% extends 'base.html' %} |
2 {% block content %} |
|
3 {% if error_msg %} |
|
4 {{ error_msg }}<br /> |
|
5 {% endif %} |
|
6 <form action="" method="post"> |
|
7 {{form.as_p}} |
|
8 <input type="submit" value="Submit"> |
|
9 </form> |
|
2 {% endblock %} |
10 {% endblock %} |