summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-07-21 02:04:48 +0530
committerMadhusudan.C.S2010-07-21 02:04:48 +0530
commit4f327c133641e24ae812b8ba02f482200895d8c1 (patch)
tree58e43d83bfe139ddb03437165d56ba387571ab1c /project
parent13c19820b53e96d624e9065c72aa2888e9ce3684 (diff)
downloadscipycon-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.html10
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>