--- a/project/templates/_menu_user.html Tue Jul 13 19:57:37 2010 +0530
+++ b/project/templates/_menu_user.html Tue Jul 13 23:40:34 2010 +0530
@@ -6,14 +6,14 @@
<strong>{{ user.username }}</strong>
{% endif %} |
- <a href="{% url kiwipycon_account %}">My profile</a> |
+ <a href="{% url scipycon_account %}">My profile</a> |
{% if user.is_superuser %}
<a href="/admin/">Administer</a> |
{% endif %}
- <a href="{% url kiwipycon_logout %}">Logout</a>
+ <a href="{% url scipycon_logout %}">Logout</a>
{% else %}
- <a href="{% url kiwipycon_login %}">Login</a>
+ <a href="{% url scipycon_login %}">Login</a>
{% endif %}
</div>