equal
deleted
inserted
replaced
|
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> |
|
10 {% endblock %} |