diff options
Diffstat (limited to 'templates/profile/edit.html')
-rw-r--r-- | templates/profile/edit.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/profile/edit.html b/templates/profile/edit.html new file mode 100644 index 0000000..cc86461 --- /dev/null +++ b/templates/profile/edit.html @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% block content %} +<form action='' method=post> +{% csrf_token %} +{{ form.as_p }} +<input type=submit value=Update /> +</form> +{% endblock %} |