changeset 17 | 9ca9f98af0eb |
child 22 | 943a35c14cf7 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/templates/user/edit_profile.html Mon Feb 01 14:14:04 2010 +0530 @@ -0,0 +1,7 @@ +{% extends 'base.html' %} +{% block content %} +<form action="/user/edit/" method="post"> +{{ edit_profile_form.as_p }} +<input type="submit" value="Apply Changes" /> +</form> +{% endblock %}