summaryrefslogtreecommitdiff
path: root/project/templates/user/_usermenu.html
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-07-20 15:48:35 +0530
committerMadhusudan.C.S2010-07-20 15:48:35 +0530
commit957a80c90bf4e84aed60d577fe0368ba4c591349 (patch)
tree26768617c6d75acde1dea22198cf4668bf44a10e /project/templates/user/_usermenu.html
parent51306aea260cc2a728ec1bad54533b31e86edbdd (diff)
downloadscipycon-957a80c90bf4e84aed60d577fe0368ba4c591349.tar.gz
scipycon-957a80c90bf4e84aed60d577fe0368ba4c591349.tar.bz2
scipycon-957a80c90bf4e84aed60d577fe0368ba4c591349.zip
Changed the URLs to accommodate scope as the parameter.
Diffstat (limited to 'project/templates/user/_usermenu.html')
-rw-r--r--project/templates/user/_usermenu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/project/templates/user/_usermenu.html b/project/templates/user/_usermenu.html
index 6f5a8d0..0360393 100644
--- a/project/templates/user/_usermenu.html
+++ b/project/templates/user/_usermenu.html
@@ -1,16 +1,16 @@
<div class="right">
<ul class="horizontal-menu">
<li>
- <a href="{% url scipycon_account %}">My Profile</a>
+ <a href="{% url scipycon_account params.scope %}">My Profile</a>
</li>
<li>
- <a href="{% url scipycon_edit_profile %}">Edit Profile</a>
+ <a href="{% url scipycon_edit_profile params.scope %}">Edit Profile</a>
</li>
<li>
- <a href="{% url scipycon_password %}">Change Password</a>
+ <a href="{% url scipycon_password params.scope %}">Change Password</a>
</li>
<li>
- <a href="{% url scipycon_username %}">Change Username</a>
+ <a href="{% url scipycon_username params.scope %}">Change Username</a>
</li>
</ul>
</div>