changeset 28 | e137b605b888 |
parent 24 | fcae44e94845 |
child 60 | 3eac96608091 |
27:8d52492d3c14 | 28:e137b605b888 |
---|---|
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 %} |