project/templates/user/editprofile.html
changeset 96 178b89a3ca4f
parent 1 fda1c66b25f9
child 123 d4799b7159e4
--- a/project/templates/user/editprofile.html	Tue Jul 13 19:57:37 2010 +0530
+++ b/project/templates/user/editprofile.html	Tue Jul 13 23:40:34 2010 +0530
@@ -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"