# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1278638843 18000 # Node ID 00ecf3f4ce04bd67f82fc38703496027c4a36dfd # Parent ebc8eb6b325a355e46b50be853e8fe1c5694b74d Fix a URL diff -r ebc8eb6b325a -r 00ecf3f4ce04 templates/registration/login.html --- a/templates/registration/login.html Thu Jul 08 21:34:53 2010 +0200 +++ b/templates/registration/login.html Thu Jul 08 20:27:23 2010 -0500 @@ -8,7 +8,9 @@ {% if user.is_authenticated %}

You're already logged in as - {{user.username}}. + + {{user.username}} + .

(logout)