pytask/templates/user/edit_profile.html
changeset 17 9ca9f98af0eb
child 22 943a35c14cf7
equal deleted inserted replaced
16:d57e63325759 17:9ca9f98af0eb
       
     1 {% extends 'base.html' %}
       
     2 {% block content %}
       
     3 <form action="/user/edit/" method="post">
       
     4 {{ edit_profile_form.as_p }}
       
     5 <input type="submit" value="Apply Changes" />
       
     6 </form>
       
     7 {% endblock %}