project/templates/registration/edit-registration.html
changeset 96 178b89a3ca4f
parent 1 fda1c66b25f9
child 123 d4799b7159e4
--- a/project/templates/registration/edit-registration.html	Tue Jul 13 19:57:37 2010 +0530
+++ b/project/templates/registration/edit-registration.html	Tue Jul 13 23:40:34 2010 +0530
@@ -7,11 +7,11 @@
 
 {% include '_errors.html' %}
 
-<form action="{% url kiwipycon_edit_registration id %}"
+<form action="{% url scipycon_edit_registration id %}"
       method="post">
     <fieldset>
         <legend>Edit Registration</legend>
-        <table class="kiwipycon-default">
+        <table class="scipycon-default">
             {{ form }}
         </table>
         <button class="button left"