templates/user/edit_profile.html
changeset 236 39f83b4cf557
parent 235 e338eaeccad7
equal deleted inserted replaced
235:e338eaeccad7 236:39f83b4cf557
     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 %}