Fixed the broken URL for edit registration.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Sun, 31 Oct 2010 00:17:04 +0530
changeset 189 ff5ee7c15f21
parent 188 e98146ed3dca
child 190 d351d19d3589
Fixed the broken URL for edit registration.
project/templates/user/account.html
--- a/project/templates/user/account.html	Sat Oct 30 13:24:30 2010 +0530
+++ b/project/templates/user/account.html	Sun Oct 31 00:17:04 2010 +0530
@@ -100,8 +100,7 @@
       </tr>
     </table>
     <p>
-      <a href="{% url scipycon_edit_registration params.scope
-          registration.id %}" title="Edit">Edit Registration</a>
+      <a href="{% url scipycon_edit_registration params.scope registration.id %}" title="Edit">Edit Registration</a>
     </p>
   </div>
 {% endif %}