diff options
author | Madhusudan.C.S | 2010-10-31 00:17:04 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-10-31 00:17:04 +0530 |
commit | bbce828c319d71b915930a8706b0988f89e45373 (patch) | |
tree | 694ae6403b1303269f942662b20bdaeaa56cc9ed /project/templates | |
parent | e3286caa2f97f858deb643c77503742b2737bf48 (diff) | |
download | scipycon-bbce828c319d71b915930a8706b0988f89e45373.tar.gz scipycon-bbce828c319d71b915930a8706b0988f89e45373.tar.bz2 scipycon-bbce828c319d71b915930a8706b0988f89e45373.zip |
Fixed the broken URL for edit registration.
Diffstat (limited to 'project/templates')
-rw-r--r-- | project/templates/user/account.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/project/templates/user/account.html b/project/templates/user/account.html index 7c3e87b..774a9b0 100644 --- a/project/templates/user/account.html +++ b/project/templates/user/account.html @@ -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 %} |