changeset 22 | 943a35c14cf7 |
parent 17 | 9ca9f98af0eb |
21:3e676fa948c4 | 22:943a35c14cf7 |
---|---|
1 {% extends 'base.html' %} |
1 {% extends 'base.html' %} |
2 {% block content %} |
2 {% block content %} |
3 <form action="/user/edit/" method="post"> |
3 <form action="/user/edit/" method="post"> |
4 {{ edit_profile_form.as_p }} |
4 {{ edit_profile_form.as_p }} |
5 <input type="submit" value="Apply Changes" /> |
5 <input type="submit" value="Apply Changes" /> |
6 </form> |
6 </form> |
7 {% endblock %} |
7 {% endblock %} |