diff options
Diffstat (limited to 'project/templates/user/editprofile.html')
-rw-r--r-- | project/templates/user/editprofile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/templates/user/editprofile.html b/project/templates/user/editprofile.html index fd73d3b..67857e8 100644 --- a/project/templates/user/editprofile.html +++ b/project/templates/user/editprofile.html @@ -6,12 +6,12 @@ <h1>Edit Your Profile</h1> - <form action="{% url kiwipycon_edit_profile %}" + <form action="{% url scipycon_edit_profile %}" enctype="multipart/form-data" method="post"> <fieldset> <legend>Edit Profile</legend> - <table class="kiwipycon-default"> + <table class="scipycon-default"> {{ form }} </table> <input type="hidden" |