equal
deleted
inserted
replaced
1 {% extends 'base.html' %} |
|
2 {% block content %} |
|
3 <form action="/user/edit/" enctype = "multipart/form-data" method="post"> |
|
4 {{ edit_profile_form.as_p }} |
|
5 <input type="submit" value="Apply Changes" /> |
|
6 </form> |
|
7 {% endblock %} |
|