equal
deleted
inserted
replaced
|
1 {% extends "base.html" %} |
|
2 {% block content %} |
|
3 {% if submitted %} |
|
4 Your feedback has been successfully submitted. |
|
5 {% else %} |
|
6 <form action="" method="post"> |
|
7 {{ form.as_p }} |
|
8 <input type="submit" value="submit"> |
|
9 </form> |
|
10 {% endif %} |
|
11 {% endblock %} |