diff options
author | Madhusudan.C.S | 2010-07-21 02:04:48 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-07-21 02:04:48 +0530 |
commit | 4f327c133641e24ae812b8ba02f482200895d8c1 (patch) | |
tree | 58e43d83bfe139ddb03437165d56ba387571ab1c /project | |
parent | 13c19820b53e96d624e9065c72aa2888e9ce3684 (diff) | |
download | scipycon-4f327c133641e24ae812b8ba02f482200895d8c1.tar.gz scipycon-4f327c133641e24ae812b8ba02f482200895d8c1.tar.bz2 scipycon-4f327c133641e24ae812b8ba02f482200895d8c1.zip |
Changed the URL to scope based system.
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/user/account.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/project/templates/user/account.html b/project/templates/user/account.html index c27646a..c839817 100644 --- a/project/templates/user/account.html +++ b/project/templates/user/account.html @@ -22,8 +22,12 @@ {% if user.first_name %} <span>{{ user.get_full_name }}</span> {% else %} - <span class="important">No name, please <a - href="{% url scipycon_edit_profile params.scope %}">edit profile</a>.</span> + <span class="important"> + No name, please + <a href="{% url scipycon_edit_profile params.scope %}"> + edit profile + </a>. + </span> {% endif %} </td> <td rowspan="4"> @@ -65,7 +69,7 @@ <div id="talks"> <h2>Your Registration</h2> <p> - <a href="/edit-registration/{{ registration.id }}/" + <a href="{% url scipycon_edit_registration params.scope registration.id %}" title="Edit">Edit Registration</a> </p> </div> |