diff options
Diffstat (limited to 'project/templates/user/editprofile.html')
-rw-r--r-- | project/templates/user/editprofile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/user/editprofile.html b/project/templates/user/editprofile.html index 67857e8..db9b2c9 100644 --- a/project/templates/user/editprofile.html +++ b/project/templates/user/editprofile.html @@ -6,7 +6,7 @@ <h1>Edit Your Profile</h1> - <form action="{% url scipycon_edit_profile %}" + <form action="{% url scipycon_edit_profile params.scope %}" enctype="multipart/form-data" method="post"> <fieldset> |