changeset 41:00ecf3f4ce04

Fix a URL
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Thu, 08 Jul 2010 20:27:23 -0500
parents ebc8eb6b325a
children ab608f27ecd5
files templates/registration/login.html
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/registration/login.html
+++ b/templates/registration/login.html
@@ -8,7 +8,9 @@
 {% if user.is_authenticated %}
 <p>
   You're already logged in as 
-  <a href="{{ user.username }}">{{user.username}}</a>.
+  <a href="{% url agora.apps.profile.views.showprofile user %}">
+    {{user.username}}
+  </a>.
 </p>
 <p>
   (<a href="{% url auth_logout %}">logout</a>)