removed unnecessary line

This commit is contained in:
mdipierro
2012-09-12 11:16:51 -05:00
parent 0f546e7062
commit 19e19f4ec5
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.0.8 (2012-09-12 11:10:55) stable
Version 2.0.8 (2012-09-12 11:16:46) stable
-1
View File
@@ -1269,7 +1269,6 @@ class Auth(object):
bar = SPAN(s1, login, s3, _class='auth_navbar')
if asdropdown:
user_identifier = ''
login = LI(A(I(_class='icon-off'), ' '+T('Login'), _href=href('login'))) #the space before T('Login') is intentional. It creates a gap between icon and text
register = LI(A(I(_class='icon-user'), ' '+T('Register'), _href=href('register')))
retrieve_username = LI(A(I(_class='icon-edit'), ' '+T('Forgot username?'), _href=href('retrieve_username')))