summaryrefslogtreecommitdiff
path: root/project/templates/user/_usermenu.html
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-07-13 23:40:34 +0530
committerMadhusudan.C.S2010-07-13 23:40:34 +0530
commitd5fbda31f85176ccfd0a5e49561f1180a998df16 (patch)
tree9ba55c865fb15d3cdd67bf65d9e2308d51d66c69 /project/templates/user/_usermenu.html
parent3ec894e684c645876402a9cac912d98b5ed06c37 (diff)
downloadscipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.tar.gz
scipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.tar.bz2
scipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.zip
Removed unwanted files and made more changes to make SciPyCon a clean app.
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 db03c78..6f5a8d0 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 kiwipycon_account %}">My Profile</a>
+ <a href="{% url scipycon_account %}">My Profile</a>
</li>
<li>
- <a href="{% url kiwipycon_edit_profile %}">Edit Profile</a>
+ <a href="{% url scipycon_edit_profile %}">Edit Profile</a>
</li>
<li>
- <a href="{% url kiwipycon_password %}">Change Password</a>
+ <a href="{% url scipycon_password %}">Change Password</a>
</li>
<li>
- <a href="{% url kiwipycon_username %}">Change Username</a>
+ <a href="{% url scipycon_username %}">Change Username</a>
</li>
</ul>
</div>